summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorsergiyb <sergiyb@chromium.org>2015-02-25 22:55:01 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-26 06:55:29 +0000
commit37fd293fc164f2991f2d07cf8f14f3ef1b20cfbd (patch)
tree4ff326bc38026070c963de2408d94aaca515c780 /PRESUBMIT.py
parente8dffb6da90edde7f6aaaeb97f707b785aba8f3d (diff)
downloadchromium_src-37fd293fc164f2991f2d07cf8f14f3ef1b20cfbd.zip
chromium_src-37fd293fc164f2991f2d07cf8f14f3ef1b20cfbd.tar.gz
chromium_src-37fd293fc164f2991f2d07cf8f14f3ef1b20cfbd.tar.bz2
Remove references to tryserver.chromium.gpu
R=jam@chromium.org BUG=426897 Review URL: https://codereview.chromium.org/960773002 Cr-Commit-Position: refs/heads/master@{#318203}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index a84f3f9..a57a2c0 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'