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

Unified Diff: gpu/tools/check_gpu_bots.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 | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/tools/check_gpu_bots.py
diff --git a/gpu/tools/check_gpu_bots.py b/gpu/tools/check_gpu_bots.py
index a072eae3eeb691da28bab15f2b78256cc2255ca3..bd7c9389e78864bf2beeffe5ff8285ea6d1bfe9f 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)',
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698