Index: tools/roll_webrtc.py |
diff --git a/tools/roll_webrtc.py b/tools/roll_webrtc.py |
index fde94f71f7af413ed6101faa3f8de146a0578337..36ce27b58b5fe511041a39f9db61863f2409576c 100755 |
--- a/tools/roll_webrtc.py |
+++ b/tools/roll_webrtc.py |
@@ -37,8 +37,10 @@ TRYJOB_STATUS_SLEEP_SECONDS = 30 |
IS_WIN = sys.platform.startswith('win') |
WEBRTC_PATH = os.path.join('third_party', 'webrtc') |
# Run these CQ trybots in addition to the default ones in infra/config/cq.cfg. |
-EXTRA_TRYBOTS = ('tryserver.chromium.linux:linux_chromium_archive_rel_ng;' |
- 'tryserver.chromium.mac:mac_chromium_archive_rel_ng') |
+EXTRA_TRYBOTS = ( |
+ 'master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;' |
+ 'master.tryserver.chromium.mac:mac_chromium_archive_rel_ng' |
+) |
# Result codes from build/third_party/buildbot_8_4p1/buildbot/status/results.py |
# plus the -1 code which is used when there's no result yet. |