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

Unified Diff: PRESUBMIT.py

Issue 258233002: Added win_gpu to the default set of try servers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added phajdan.jr to OWNERS of PRESUBMIT.py per maruel's feedback. Created 6 years, 8 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 | « OWNERS ('k') | 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 67d55784370af84d31bed60125693639449c3d1f..f6dbdef3e5a209478765c05d7164f26fdd229125 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1267,6 +1267,7 @@ def GetTryServerMasterForBot(bot):
Assumes that most Try Servers are on the tryserver.chromium master."""
non_default_master_map = {
'linux_gpu': 'tryserver.chromium.gpu',
+ 'win_gpu': 'tryserver.chromium.gpu',
}
return non_default_master_map.get(bot, 'tryserver.chromium')
@@ -1357,6 +1358,7 @@ def GetDefaultTryConfigs(bots=None):
'win_chromium_dbg': ['defaulttests'],
'win_chromium_rel': ['defaulttests'],
'win_chromium_x64_rel': ['defaulttests'],
+ 'win_gpu': ['defaulttests'],
'win_nacl_sdk_build': ['compile'],
'win_rel': standard_tests + [
'app_list_unittests',
@@ -1475,6 +1477,7 @@ def GetPreferredTryMasters(project, change):
'win_chromium_compile_dbg',
'win_chromium_rel',
'win_chromium_x64_rel',
+ 'win_gpu',
]
# Match things like path/aura/file.cc and path/file_aura.cc.
« no previous file with comments | « OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698