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

Unified Diff: PRESUBMIT.py

Issue 319873002: Update default try job set of bots in PRESUBMIT.py. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 29ef3efee038cf4c99fba4927a2b9fdaff6ac215..4f0c266fc4a4a97d9ae0e4053bc1bf90100ffa77 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -332,17 +332,17 @@ def CheckChangeOnCommit(input_api, output_api):
def GetPreferredTryMasters(project, change):
return {
'tryserver.blink': {
+ 'android_blink_compile_dbg': set(['defaulttests']),
+ 'android_blink_compile_rel': set(['defaulttests']),
+ 'android_chromium_gn_compile_rel': set(['defaulttests']),
'linux_blink_dbg': set(['defaulttests']),
'linux_blink_rel': set(['defaulttests']),
+ 'linux_chromium_gn_rel': set(['defaulttests']),
'mac_blink_compile_dbg': set(['defaulttests']),
'mac_blink_rel': set(['defaulttests']),
'win_blink_compile_dbg': set(['defaulttests']),
'win_blink_rel': set(['defaulttests']),
},
- 'tryserver.chromium': {
- 'blink_android_compile_dbg': set(['defaulttests']),
- 'blink_android_compile_rel': set(['defaulttests']),
- },
'tryserver.chromium.gpu': {
'linux_gpu': set(['defaulttests']),
'mac_gpu': set(['defaulttests']),
« 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