From 98ab2e5b336309a3e5f925aed21a68d9d8817340 Mon Sep 17 00:00:00 2001 From: "sbc@chromium.org" Date: Thu, 23 Jan 2014 01:12:11 +0000 Subject: 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 --- PRESUBMIT.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'PRESUBMIT.py') 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', -- cgit v1.1