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

Unified Diff: PRESUBMIT.py

Issue 450583002: Update manually triggered try jobs to use swarming for ChromeOS and Mac since they're switched by C… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more 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 | base/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 72aa2484806a446c78d142089b436148c76ae705..d411d8d9fc67ced4d19b13a0376f2613c590a8ec 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1508,7 +1508,7 @@ def GetDefaultTryConfigs(bots=None):
'linux_gtk': standard_tests,
'linux_chromeos_asan': ['compile'],
'linux_chromium_chromeos_clang_dbg': ['defaulttests'],
- 'linux_chromium_chromeos_rel': ['defaulttests'],
+ 'linux_chromium_chromeos_rel_swarming': ['defaulttests'],
'linux_chromium_compile_dbg': ['defaulttests'],
'linux_chromium_gn_rel': ['defaulttests'],
'linux_chromium_rel_swarming': ['defaulttests'],
@@ -1516,7 +1516,7 @@ def GetDefaultTryConfigs(bots=None):
'linux_gpu': ['defaulttests'],
'linux_nacl_sdk_build': ['compile'],
'mac_chromium_compile_dbg': ['defaulttests'],
- 'mac_chromium_rel': ['defaulttests'],
+ 'mac_chromium_rel_swarming': ['defaulttests'],
'mac_gpu': ['defaulttests'],
'mac_nacl_sdk_build': ['compile'],
'win_chromium_compile_dbg': ['defaulttests'],
« no previous file with comments | « no previous file | base/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698