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

Unified Diff: PRESUBMIT.py

Issue 943773003: Updating gyp repo for git, preparing for cq. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: fix Created 5 years, 10 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 | buildbot/commit_queue/OWNERS » ('j') | buildbot/commit_queue/cq_config.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index dd7e1ae71467869b8d01779affc03654a2a4d10d..912e9f4df1f9493f729af65dd413b71487e1c135 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -124,5 +124,17 @@ def CheckChangeOnCommit(input_api, output_api):
return report
-def GetPreferredTrySlaves():
- return ['gyp-win32', 'gyp-win64', 'gyp-linux', 'gyp-mac', 'gyp-android']
+TRYBOTS = [
+ 'gyp-win32',
+ 'gyp-win64',
+ 'gyp-win8',
scottmg 2015/02/20 00:22:30 i think remove this one?
bradn 2015/02/20 00:27:56 Done.
+ 'gyp-linux',
+ 'gyp-mac',
+ 'gyp-android'
+]
+
+
+def GetPreferredTryMasters(_, change):
+ return {
+ 'tryserver.nacl': { t: set(['defaulttests']) for t in TRYBOTS },
+ }
« no previous file with comments | « no previous file | buildbot/commit_queue/OWNERS » ('j') | buildbot/commit_queue/cq_config.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698