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

Unified Diff: PRESUBMIT.py

Issue 10919303: [NaCl SDK] Use chromium trybots when making changes to native_client_sdk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to HEAD Created 8 years, 3 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/PRESUBMIT.py » ('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 9a7a68034e6cd7a7e9e1bf77968caac6183f8aea..55e56d80a78d6af13ab788e31f4c0a20bac4ce41 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -607,6 +607,8 @@ def GetPreferredTrySlaves(project, change):
return ['win_rel']
if all(re.search('(^|[/_])android[/_.]', f) for f in files):
return ['android_dbg']
+ if all(re.search('^native_client_sdk', f) for f in files):
+ return ['linux_nacl_sdk', 'win_nacl_sdk', 'mac_nacl_sdk']
trybots = ['win_rel', 'linux_rel', 'mac_rel', 'linux_clang:compile',
'linux_chromeos', 'android_dbg', 'linux_asan', 'mac_asan']
« no previous file with comments | « no previous file | native_client_sdk/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698