summaryrefslogtreecommitdiffstats
path: root/gpu/tools
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 /gpu/tools
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 'gpu/tools')
-rwxr-xr-xgpu/tools/check_gpu_bots.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gpu/tools/check_gpu_bots.py b/gpu/tools/check_gpu_bots.py
index a072eae..bd7c938 100755
--- a/gpu/tools/check_gpu_bots.py
+++ b/gpu/tools/check_gpu_bots.py
@@ -134,9 +134,7 @@ class Waterfall:
SPECIFIC_BUILD_URL = BASE_URL + '%s/builders/%s/builds/%s'
BASE_JSON_BUILDERS_URL = BASE_URL + '%s/json/builders'
BASE_JSON_BUILDS_URL = BASE_URL + '%s/json/builders/%s/builds'
- REGULAR_WATERFALLS = ['chromium.gpu',
- 'tryserver.chromium.gpu',
- 'chromium.gpu.fyi']
+ REGULAR_WATERFALLS = ['chromium.gpu', 'chromium.gpu.fyi']
WEBKIT_GPU_BOTS = ['GPU Win Builder',
'GPU Win Builder (dbg)',
'GPU Win7 (NVIDIA)',