diff options
Diffstat (limited to 'chromium/infra/config/chromium-header.textpb')
-rw-r--r-- | chromium/infra/config/chromium-header.textpb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium/infra/config/chromium-header.textpb b/chromium/infra/config/chromium-header.textpb index 049dad3ac63..c3c9330c255 100644 --- a/chromium/infra/config/chromium-header.textpb +++ b/chromium/infra/config/chromium-header.textpb @@ -1,10 +1,10 @@ oncalls { name: "Chromium" - url: "https://rota-ng.appspot.com/legacy/sheriff.json" + url: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" } oncalls { name: "Android" - url: "https://rota-ng.appspot.com/legacy/sheriff_android.json" + url: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-android-sheriff" } oncalls { name: "iOS" @@ -160,13 +160,13 @@ links { links { name: "Branch Consoles" links { - text: "m83" - url: "/p/chromium/g/main-m83/console" + text: "m84" + url: "/p/chromium/g/main-m84/console" alt: "Beta branch console" } links { - text: "m81" - url: "/p/chromium/g/main-m81/console" + text: "m83" + url: "/p/chromium/g/main-m83/console" alt: "Stable branch console" } links { |