diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 20:17:19 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 20:17:19 +0000 |
commit | 3056a399d04d68efe38f48840b9fd84771e49042 (patch) | |
tree | c93cc81abf14d6f56ef0cf75d82efc6324a29795 /PRESUBMIT.py | |
parent | c7ad71d89f192ce7c935a44039834fafd530b1ff (diff) | |
download | chromium_src-3056a399d04d68efe38f48840b9fd84771e49042.zip chromium_src-3056a399d04d68efe38f48840b9fd84771e49042.tar.gz chromium_src-3056a399d04d68efe38f48840b9fd84771e49042.tar.bz2 |
Re-add linux_nacl_sdk_build trybot to the default try list.
This bot is now green, and will work with or without the
ARM linux cross compiler bring installed (for now).
TEST=git cl try
NOTRY=true
BUG=335303
Review URL: https://codereview.chromium.org/135253004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index d344390..a32ce39 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -1427,9 +1427,7 @@ def GetPreferredTrySlaves(project, change): 'linux_asan', 'linux_chromeos', 'linux_clang', - # 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_nacl_sdk_build', 'linux_rel', 'mac', 'mac_nacl_sdk_build', |