diff options
author | michaelbai <michaelbai@chromium.org> | 2015-10-19 16:37:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-19 23:38:04 +0000 |
commit | ca96543ef138fe76457b5103bb02eebfde401387 (patch) | |
tree | 3f1c632da33f9a7370e7618d3c3edcdc45fa3fc3 | |
parent | 9ed69f5afa3425cdfe5fc5147b0ca5b0dc518033 (diff) | |
download | chromium_src-ca96543ef138fe76457b5103bb02eebfde401387.zip chromium_src-ca96543ef138fe76457b5103bb02eebfde401387.tar.gz chromium_src-ca96543ef138fe76457b5103bb02eebfde401387.tar.bz2 |
Add system_webview_apk to gn bots
BUG=532905
Review URL: https://codereview.chromium.org/1414043003
Cr-Commit-Position: refs/heads/master@{#354913}
-rw-r--r-- | testing/buildbot/chromium.linux.json | 6 | ||||
-rw-r--r-- | testing/buildbot/tryserver.chromium.linux.json | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json index 0fce5c9..957f0a6 100644 --- a/testing/buildbot/chromium.linux.json +++ b/testing/buildbot/chromium.linux.json @@ -4,7 +4,8 @@ "chrome_public_apk", "chrome_public_test_apk", "content_shell_apk", - "mandoline:all" + "mandoline:all", + "system_webview_apk" ], "gtest_tests": [ { @@ -79,7 +80,8 @@ "chrome_public_test_apk", "content_shell_apk", "content_shell_test_apk", - "mandoline:all" + "mandoline:all", + "system_webview_apk" ] }, "Android Tests": { diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json index c3a5487e..fd3947a 100644 --- a/testing/buildbot/tryserver.chromium.linux.json +++ b/testing/buildbot/tryserver.chromium.linux.json @@ -5,7 +5,8 @@ "chrome_public_apk", "chrome_public_test_apk", "content_shell_apk", - "mandoline:all" + "mandoline:all", + "system_webview_apk" ] }, "android_chromium_gn_compile_rel": { @@ -15,7 +16,8 @@ "chrome_public_test_apk", "content_shell_apk", "content_shell_test_apk", - "mandoline:all" + "mandoline:all", + "system_webview_apk" ] }, "linux_chromium_gn_chromeos_dbg": { |