From dc3288714f82b5ef8f1e618e12313a596698c34d Mon Sep 17 00:00:00 2001 From: Garrett Beaty Date: Wed, 8 Feb 2023 23:25:15 +0000 Subject: [PATCH] [M110][infra] Remove tryjob entries for *-stable builders. The *-stable builders are from before we had branch projects set up for chrome and no longer exist, so the entries to enable adding them to the CQ are no longer useful. (cherry picked from commit 9fbdf09b3f82ec4b230da8f997da576d12a65c1a) Change-Id: If104be32362a8595c1496658e8132d57d7ed5d78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4227497 Reviewed-by: Ben Pastene Auto-Submit: Garrett Beaty Commit-Queue: Ben Pastene Cr-Original-Commit-Position: refs/heads/main@{#1102280} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4234205 Cr-Commit-Position: refs/branch-heads/5481@{#1057} Cr-Branched-From: 130f3e4d850f4bc7387cfb8d08aa993d288a67a9-refs/heads/main@{#1084008} --- infra/config/generated/luci/commit-queue.cfg | 28 -------------------- infra/config/generated/luci/project.cfg | 2 +- infra/config/subprojects/chrome/try.star | 20 -------------- 3 files changed, 1 insertion(+), 49 deletions(-) diff --git a/infra/config/generated/luci/commit-queue.cfg b/infra/config/generated/luci/commit-queue.cfg index 282aaa7f5f211..a01e20656d5ea 100644 --- a/infra/config/generated/luci/commit-queue.cfg +++ b/infra/config/generated/luci/commit-queue.cfg @@ -40,13 +40,6 @@ config_groups { owner_whitelist_group: "googlers" owner_whitelist_group: "project-chromium-robot-committers" } - builders { - name: "chrome-m110/try/linux-chrome-stable" - includable_only: true - result_visibility: COMMENT_LEVEL_RESTRICTED - owner_whitelist_group: "googlers" - owner_whitelist_group: "project-chromium-robot-committers" - } builders { name: "chrome-m110/try/linux-pgo" includable_only: true @@ -68,13 +61,6 @@ config_groups { owner_whitelist_group: "googlers" owner_whitelist_group: "project-chromium-robot-committers" } - builders { - name: "chrome-m110/try/mac-chrome-stable" - includable_only: true - result_visibility: COMMENT_LEVEL_RESTRICTED - owner_whitelist_group: "googlers" - owner_whitelist_group: "project-chromium-robot-committers" - } builders { name: "chrome-m110/try/mac-pgo" includable_only: true @@ -89,13 +75,6 @@ config_groups { owner_whitelist_group: "googlers" owner_whitelist_group: "project-chromium-robot-committers" } - builders { - name: "chrome-m110/try/win-chrome-stable" - includable_only: true - result_visibility: COMMENT_LEVEL_RESTRICTED - owner_whitelist_group: "googlers" - owner_whitelist_group: "project-chromium-robot-committers" - } builders { name: "chrome-m110/try/win32-pgo" includable_only: true @@ -110,13 +89,6 @@ config_groups { owner_whitelist_group: "googlers" owner_whitelist_group: "project-chromium-robot-committers" } - builders { - name: "chrome-m110/try/win64-chrome-stable" - includable_only: true - result_visibility: COMMENT_LEVEL_RESTRICTED - owner_whitelist_group: "googlers" - owner_whitelist_group: "project-chromium-robot-committers" - } builders { name: "chrome-m110/try/win64-pgo" includable_only: true diff --git a/infra/config/generated/luci/project.cfg b/infra/config/generated/luci/project.cfg index 5c2178c10e61b..f494643523e1f 100644 --- a/infra/config/generated/luci/project.cfg +++ b/infra/config/generated/luci/project.cfg @@ -7,7 +7,7 @@ name: "chromium-m110" access: "group:all" lucicfg { - version: "1.37.0" + version: "1.38.1" package_dir: "../.." config_dir: "generated/luci" entry_point: "main.star" diff --git a/infra/config/subprojects/chrome/try.star b/infra/config/subprojects/chrome/try.star index 3dfdfaeac7758..15f4871b52d6b 100644 --- a/infra/config/subprojects/chrome/try.star +++ b/infra/config/subprojects/chrome/try.star @@ -155,11 +155,6 @@ chrome_internal_verifier( builder = "linux-chrome", ) -chrome_internal_verifier( - branch_selector = branches.STANDARD_MILESTONE, - builder = "linux-chrome-stable", -) - chrome_internal_verifier( builder = "linux-chromeos-chrome", ) @@ -185,11 +180,6 @@ chrome_internal_verifier( builder = "mac-chrome", ) -chrome_internal_verifier( - branch_selector = branches.DESKTOP_EXTENDED_STABLE_MILESTONE, - builder = "mac-chrome-stable", -) - chrome_internal_verifier( branch_selector = branches.STANDARD_MILESTONE, builder = "mac-arm-pgo", @@ -209,11 +199,6 @@ chrome_internal_verifier( builder = "win-chrome", ) -chrome_internal_verifier( - branch_selector = branches.DESKTOP_EXTENDED_STABLE_MILESTONE, - builder = "win-chrome-stable", -) - chrome_internal_verifier( branch_selector = branches.STANDARD_MILESTONE, builder = "win32-pgo", @@ -224,11 +209,6 @@ chrome_internal_verifier( builder = "win64-chrome", ) -chrome_internal_verifier( - branch_selector = branches.DESKTOP_EXTENDED_STABLE_MILESTONE, - builder = "win64-chrome-stable", -) - chrome_internal_verifier( branch_selector = branches.STANDARD_MILESTONE, builder = "win64-pgo",