[infra] Use correct URL for the console
Change-Id: Idee1703dd53335a542ddc21d056f501cdf732fe2
Reviewed-on: https://gn-review.googlesource.com/c/gn/+/11480
Reviewed-by: Brett Wilson <brettw@chromium.org>
Commit-Queue: Petr Hosek <phosek@google.com>
diff --git a/infra/config/generated/luci-milo.cfg b/infra/config/generated/luci-milo.cfg
index 0af1755..8770773 100644
--- a/infra/config/generated/luci-milo.cfg
+++ b/infra/config/generated/luci-milo.cfg
@@ -7,7 +7,7 @@
consoles {
id: "gn"
name: "gn"
- repo_url: "https://chromium.googlesource.com/external/github.com/llvm/llvm-project"
+ repo_url: "https://gn.googlesource.com/gn"
refs: "regexp:refs/heads/main"
manifest_name: "REVISION"
builders {
diff --git a/infra/config/main.star b/infra/config/main.star
index 814fb8b..2762024 100755
--- a/infra/config/main.star
+++ b/infra/config/main.star
@@ -69,7 +69,7 @@
luci.console_view(
name = "gn",
title = "gn",
- repo = "https://chromium.googlesource.com/external/github.com/llvm/llvm-project",
+ repo = "https://gn.googlesource.com/gn",
refs = ["refs/heads/main"],
favicon = "https://storage.googleapis.com/chrome-infra-public/logo/favicon.ico",
)