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

Unified Diff: tools/roll_webgl_conformance.py

Issue 2150963002: tools/roll*: use master.tryserver instead of tryserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « tools/roll_angle.py ('k') | tools/roll_webrtc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/roll_webgl_conformance.py
diff --git a/tools/roll_webgl_conformance.py b/tools/roll_webgl_conformance.py
index 4c9eb73d641e373d7c8df01bb641702f0210c4a4..07f23a1a64336dbac3d4566cb0ab4d475be6adb6 100755
--- a/tools/roll_webgl_conformance.py
+++ b/tools/roll_webgl_conformance.py
@@ -14,15 +14,15 @@ import time
extra_trybots = [
{
- "mastername": "tryserver.chromium.win",
+ "mastername": "master.tryserver.chromium.win",
"buildernames": ["win_optional_gpu_tests_rel"]
},
{
- "mastername": "tryserver.chromium.mac",
+ "mastername": "master.tryserver.chromium.mac",
"buildernames": ["mac_optional_gpu_tests_rel"]
},
{
- "mastername": "tryserver.chromium.linux",
+ "mastername": "master.tryserver.chromium.linux",
"buildernames": ["linux_optional_gpu_tests_rel"]
},
]
« no previous file with comments | « tools/roll_angle.py ('k') | tools/roll_webrtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698