Skip to content

Commit

Permalink
[M110][infra] Remove tryjob entries for *-stable builders.
Browse files Browse the repository at this point in the history
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 9fbdf09)

Change-Id: If104be32362a8595c1496658e8132d57d7ed5d78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4227497
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@google.com>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
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: 130f3e4-refs/heads/main@{#1084008}
  • Loading branch information
kleerwater authored and Chromium LUCI CQ committed Feb 8, 2023
1 parent 3ce1b3d commit dc32887
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
28 changes: 0 additions & 28 deletions infra/config/generated/luci/commit-queue.cfg
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/config/generated/luci/project.cfg
Expand Up @@ -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"
Expand Down
20 changes: 0 additions & 20 deletions infra/config/subprojects/chrome/try.star
Expand Up @@ -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",
)
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit dc32887

Please sign in to comment.