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

Unified Diff: PRESUBMIT.py

Issue 805483002: Removed references to mac_gpu, which has been removed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years 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 | PRESUBMIT_test.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 d30afc3f2de7f0fa027b1b44f92d4b673c958f0e..ad723a8b231dfc079c10220c60172f5a194878e4 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1608,7 +1608,6 @@ def GetTryServerMasterForBot(bot):
# Potentially ambiguous bot names are listed explicitly.
master_map = {
'linux_gpu': 'tryserver.chromium.gpu',
- 'mac_gpu': 'tryserver.chromium.gpu',
'win_gpu': 'tryserver.chromium.gpu',
'chromium_presubmit': 'tryserver.chromium.linux',
'blink_presubmit': 'tryserver.chromium.linux',
@@ -1710,7 +1709,6 @@ def GetDefaultTryConfigs(bots=None):
'mac_chromium_compile_dbg_ng': ['defaulttests'],
'mac_chromium_rel': ['defaulttests'],
'mac_chromium_rel_ng': ['defaulttests'],
- 'mac_gpu': ['defaulttests'],
'mac_nacl_sdk_build': ['compile'],
'win_chromium_compile_dbg': ['defaulttests'],
'win_chromium_dbg': ['defaulttests'],
@@ -1806,7 +1804,6 @@ def GetPreferredTryMasters(project, change):
'linux_gpu',
'mac_chromium_compile_dbg_ng',
'mac_chromium_rel_ng',
- 'mac_gpu',
'win8_chromium_rel',
'win_chromium_compile_dbg',
'win_chromium_rel_ng',
« no previous file with comments | « no previous file | PRESUBMIT_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698