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

Unified Diff: PRESUBMIT.py

Issue 960773002: Remove references to tryserver.chromium.gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | gpu/tools/check_gpu_bots.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 a84f3f90d7029a8c43c78c50d7ff1b69ce04a73c..a57a2c01b4401b1bacb8dad25121ac874ed74bf1 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1698,9 +1698,7 @@ def GetTryServerMasterForBot(bot):
}
master = master_map.get(bot)
if not master:
- if 'gpu' in bot:
- master = 'tryserver.chromium.gpu'
- elif 'linux' in bot or 'android' in bot or 'presubmit' in bot:
+ if 'linux' in bot or 'android' in bot or 'presubmit' in bot:
master = 'tryserver.chromium.linux'
elif 'win' in bot:
master = 'tryserver.chromium.win'
« no previous file with comments | « no previous file | gpu/tools/check_gpu_bots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698