diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 13:24:28 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 13:24:28 +0000 |
commit | 498e757ed7128a604bdbeab8f2b6d5ea0487bd29 (patch) | |
tree | 438a116c07f1e288b72b5921f4d0852741a8479f /testing | |
parent | 8f1c8d36c83929ac3db66f0c7c92672f9ed5a872 (diff) | |
download | chromium_src-498e757ed7128a604bdbeab8f2b6d5ea0487bd29.zip chromium_src-498e757ed7128a604bdbeab8f2b6d5ea0487bd29.tar.gz chromium_src-498e757ed7128a604bdbeab8f2b6d5ea0487bd29.tar.bz2 |
Compile 'all' target on the tryserver to keep it in sync with main waterfall
BUG=380709
R=machenbach@chromium.org
Review URL: https://codereview.chromium.org/315083008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index 5ce07ac..9498ef3 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -1,4 +1,7 @@ { + "compile_targets": [ + "all" + ], "gtest_tests": [ "accessibility_unittests", "app_list_unittests", |