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

Unified Diff: PRESUBMIT.py

Issue 482433002: Switch tryjobs to use swarming version of win_chromium_x64_rel now that CQ changed as well. (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 | « no previous file | no next file » | 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 581b700fd69ee53c4caf3af6877b300e3128305d..5a42aac9e53d937be08d08122cba4d98e5275da8 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1528,7 +1528,7 @@ def GetDefaultTryConfigs(bots=None):
'win_chromium_compile_dbg': ['defaulttests'],
'win_chromium_dbg': ['defaulttests'],
'win_chromium_rel_swarming': ['defaulttests'],
- 'win_chromium_x64_rel': ['defaulttests'],
+ 'win_chromium_x64_rel_swarming': ['defaulttests'],
'win_gpu': ['defaulttests'],
'win_nacl_sdk_build': ['compile'],
}
@@ -1609,7 +1609,7 @@ def GetPreferredTryMasters(project, change):
'mac_gpu',
'win_chromium_compile_dbg',
'win_chromium_rel_swarming',
- 'win_chromium_x64_rel',
+ 'win_chromium_x64_rel_swarming',
'win_gpu',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698