Remove use of refs/heads/master mirror in WebRTC infra.

Bug: webrtc:14918
Change-Id: I4f521c8db7432739d09b05371879f4814ce2f59b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294288
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39354}
This commit is contained in:
Björn Terelius 2023-02-20 15:20:32 +01:00 committed by WebRTC LUCI CQ
parent 915f17fa43
commit 8188e59076
3 changed files with 3 additions and 6 deletions

View File

@ -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"
}
}

View File

@ -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")

View File

@ -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 {