diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 05:58:25 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 05:58:25 +0000 |
commit | 95c98916909082e0baae11d6e1360e9792fc608b (patch) | |
tree | 51a865b34ca90d4eab34bda4cccef5e598d2e31e /ash/PRESUBMIT.py | |
parent | 51037daa29b39030590f4134712601e6c665e684 (diff) | |
download | chromium_src-95c98916909082e0baae11d6e1360e9792fc608b.zip chromium_src-95c98916909082e0baae11d6e1360e9792fc608b.tar.gz chromium_src-95c98916909082e0baae11d6e1360e9792fc608b.tar.bz2 |
Add win_aura and linux_aura to default try jobs.
BUG=154081
Review URL: https://codereview.chromium.org/11411213
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/PRESUBMIT.py')
-rw-r--r-- | ash/PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/PRESUBMIT.py b/ash/PRESUBMIT.py index f121c4b..12b0c42 100644 --- a/ash/PRESUBMIT.py +++ b/ash/PRESUBMIT.py @@ -9,4 +9,4 @@ for more details on the presubmit API built into gcl. """ def GetPreferredTrySlaves(): - return ['linux_chromeos', 'linux_chromeos_clang', 'win_aura'] + return ['linux_chromeos_clang'] |