Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: PRESUBMIT.py

Issue 112953005: Remove NaCl SDK bots from top-level PRESUBMIT.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove nacl_sdk from top-level PRESUBMIT Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/README.Makefiles » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 5e64d57ed460d8138391209fd5f2161007609034..8896a7a98f3cb74a45ab900a885a7893e57ed784 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1384,12 +1384,6 @@ def GetPreferredTrySlaves(project, change):
'android_clang_dbg',
'android_dbg',
])
- if all(re.search('^native_client_sdk', f) for f in files):
- return GetDefaultTryConfigs([
- 'linux_nacl_sdk',
- 'mac_nacl_sdk',
- 'win_nacl_sdk',
- ])
if all(re.search('[/_]ios[/_.]', f) for f in files):
return GetDefaultTryConfigs(['ios_rel_device', 'ios_dbg_simulator'])
« no previous file with comments | « no previous file | native_client_sdk/src/README.Makefiles » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698