diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 19:50:11 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 19:50:11 +0000 |
commit | 9714f3b1cf3100b0e455ca1e813d1e2b6dfe9fc9 (patch) | |
tree | 79b749b80265d849048dd052630078c8ed149c9e /PRESUBMIT.py | |
parent | 292518aac5414f67774525814e3b60cf507e228f (diff) | |
download | chromium_src-9714f3b1cf3100b0e455ca1e813d1e2b6dfe9fc9.zip chromium_src-9714f3b1cf3100b0e455ca1e813d1e2b6dfe9fc9.tar.gz chromium_src-9714f3b1cf3100b0e455ca1e813d1e2b6dfe9fc9.tar.bz2 |
Temporarily disable swarming jobs.
The failure rate is currently unacceptably high. Disabling normal runs will
permits us to run more perf tests on the prod instance.
R=vadimsh@chromium.org
BUG=354263
NOTRY=true
Review URL: https://codereview.chromium.org/206773003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index c847096..326178c 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -1354,9 +1354,10 @@ def GetDefaultTryConfigs(bots=None): } swarm_enabled_builders = ( - 'linux_rel', - 'mac_rel', - 'win_rel', + # http://crbug.com/354263 + # 'linux_rel', + # 'mac_rel', + # 'win_rel', ) swarm_enabled_tests = ( |