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

Unified Diff: PRESUBMIT.py

Issue 565393002: Add win8_chromium_rel to the default set of try jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try: Created 6 years, 3 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 cd8956c4068138f5c35030969b7af81ce2d09209..c0e7ae809caf9baee53d65f46f4286135ee91797 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1490,6 +1490,7 @@ def GetDefaultTryConfigs(bots=None):
'win_chromium_x64_rel_swarming': ['defaulttests'],
'win_gpu': ['defaulttests'],
'win_nacl_sdk_build': ['compile'],
+ 'win8_chromium_rel': ['defaulttests'],
}
if bots:
@@ -1541,6 +1542,7 @@ def GetPreferredTryMasters(project, change):
return GetDefaultTryConfigs([
'win_chromium_dbg',
'win_chromium_rel_swarming',
+ 'win8_chromium_rel',
])
if all(re.search(r'(^|[\\\/_])android[\\\/_.]', f) for f in files):
return GetDefaultTryConfigs([
@@ -1569,6 +1571,7 @@ def GetPreferredTryMasters(project, change):
'win_chromium_rel_swarming',
'win_chromium_x64_rel_swarming',
'win_gpu',
+ 'win8_chromium_rel',
]
# Match things like path/aura/file.cc and path/file_aura.cc.
« 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