From 8188e59076fb8e80ae66bf716474d9dea7deed65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Terelius?= Date: Mon, 20 Feb 2023 15:20:32 +0100 Subject: [PATCH] Remove use of refs/heads/master mirror in WebRTC infra. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:14918 Change-Id: I4f521c8db7432739d09b05371879f4814ce2f59b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294288 Reviewed-by: Christoffer Jansson Reviewed-by: Jeremy Leconte Commit-Queue: Björn Terelius Cr-Commit-Position: refs/heads/main@{#39354} --- infra/config/commit-queue.cfg | 1 - infra/config/config.star | 6 +++--- infra/config/luci-milo.cfg | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/infra/config/commit-queue.cfg b/infra/config/commit-queue.cfg index aa03e6ee58..0ffe43eae9 100644 --- a/infra/config/commit-queue.cfg +++ b/infra/config/commit-queue.cfg @@ -17,7 +17,6 @@ config_groups { url: "https://webrtc-review.googlesource.com" projects { name: "src" - ref_regexp: "refs/heads/master" ref_regexp: "refs/heads/main" } } diff --git a/infra/config/config.star b/infra/config/config.star index 2ffbee915e..e544204bde 100755 --- a/infra/config/config.star +++ b/infra/config/config.star @@ -284,7 +284,7 @@ luci.bucket( luci.cq_group( name = "cq", tree_status_host = "webrtc-status.appspot.com", - watch = [cq.refset(repo = WEBRTC_GERRIT, refs = ["refs/heads/master", "refs/heads/main"])], + watch = [cq.refset(repo = WEBRTC_GERRIT, refs = ["refs/heads/main"])], acls = [ acl.entry(acl.CQ_COMMITTER, groups = ["project-webrtc-committers"]), acl.entry(acl.CQ_DRY_RUNNER, groups = ["project-webrtc-tryjob-access"]), @@ -405,8 +405,8 @@ recipe("lkgr_finder", pkg = "infra/recipe_bundles/chromium.googlesource.com/chro # Console definitions: -luci.console_view(name = "ci", title = "Main", repo = WEBRTC_GIT, header = "console-header.textpb", refs = ["refs/heads/master", "refs/heads/main"]) -luci.console_view(name = "perf", title = "Perf", repo = WEBRTC_GIT, header = "console-header.textpb", refs = ["refs/heads/master", "refs/heads/main"]) +luci.console_view(name = "ci", title = "Main", repo = WEBRTC_GIT, header = "console-header.textpb", refs = ["refs/heads/main"]) +luci.console_view(name = "perf", title = "Perf", repo = WEBRTC_GIT, header = "console-header.textpb", refs = ["refs/heads/main"]) luci.list_view(name = "cron", title = "Cron") luci.list_view(name = "try", title = "Tryserver") diff --git a/infra/config/luci-milo.cfg b/infra/config/luci-milo.cfg index 66c44dc4d1..bddcc43808 100644 --- a/infra/config/luci-milo.cfg +++ b/infra/config/luci-milo.cfg @@ -8,7 +8,6 @@ consoles { id: "ci" name: "Main" repo_url: "https://webrtc.googlesource.com/src" - refs: "regexp:refs/heads/master" refs: "regexp:refs/heads/main" manifest_name: "REVISION" builders { @@ -277,7 +276,6 @@ consoles { id: "perf" name: "Perf" repo_url: "https://webrtc.googlesource.com/src" - refs: "regexp:refs/heads/master" refs: "regexp:refs/heads/main" manifest_name: "REVISION" builders {