summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-23 01:12:11 +0000
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-23 01:12:11 +0000
commit98ab2e5b336309a3e5f925aed21a68d9d8817340 (patch)
treee063ff5ef8f951f62356eafe4104fa48b6852d43 /PRESUBMIT.py
parent595e5c1eae7067de14ce5cf541ccc96b4f6a44f0 (diff)
downloadchromium_src-98ab2e5b336309a3e5f925aed21a68d9d8817340.zip
chromium_src-98ab2e5b336309a3e5f925aed21a68d9d8817340.tar.gz
chromium_src-98ab2e5b336309a3e5f925aed21a68d9d8817340.tar.bz2
Temporarily remove NaCL SDK trybots from default try set.
BUG=335303 R=maruel@chromium.org Review URL: https://codereview.chromium.org/132693024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8f024e9..ad2eaa0 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1426,7 +1426,9 @@ def GetPreferredTrySlaves(project, change):
'linux_asan',
'linux_chromeos',
'linux_clang',
- 'linux_nacl_sdk_build',
+ # TODO(sbc): linux NaCl SDK bot temporarily disabled until the ARM cross
+ # compiler gets installed on the trybots: http://crbug.com/335303
+ #'linux_nacl_sdk_build',
'linux_rel',
'mac',
'mac_nacl_sdk_build',