diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 00:14:45 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 00:14:45 +0000 |
commit | 0be9553a09724d6008d74a4fcaa10dcfb45c7268 (patch) | |
tree | 5afc7e6003e11f8f3cc493e9e8443616c64af13a /ash/PRESUBMIT.py | |
parent | cf5f1a6f9eafb91e40c7c0c21d89a8f1fab7015e (diff) | |
download | chromium_src-0be9553a09724d6008d74a4fcaa10dcfb45c7268.zip chromium_src-0be9553a09724d6008d74a4fcaa10dcfb45c7268.tar.gz chromium_src-0be9553a09724d6008d74a4fcaa10dcfb45c7268.tar.bz2 |
Over the last week (or so) a couple of CLs had to be reverted because developers had not tested win_aura, specifically:
1. The default trybot rules don't include win_aura in enough cases
2. The CQ did not build win_aura
BUG=141701
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/10831242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150950 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 407a3dd..f121c4b 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'] + return ['linux_chromeos', 'linux_chromeos_clang', 'win_aura'] |