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

Unified Diff: base/PRESUBMIT.py

Issue 461313002: Update presubmit files to send windows tryjobs to swarming bots, now that the CQ has switched over. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « PRESUBMIT.py ('k') | chrome/browser/sync/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/PRESUBMIT.py
diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py
index 913aa4f8648a9718fabd054b805065748cab5091..732ac27e2a2ad81242510881a0978782f71229be 100644
--- a/base/PRESUBMIT.py
+++ b/base/PRESUBMIT.py
@@ -57,6 +57,6 @@ def GetPreferredTryMasters(project, change):
'mac_chromium_rel_swarming': set(['defaulttests']),
},
'tryserver.chromium.win': {
- 'win_chromium_rel': set(['defaulttests']),
+ 'win_chromium_rel_swarming': set(['defaulttests']),
}
}
« no previous file with comments | « PRESUBMIT.py ('k') | chrome/browser/sync/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698