Commit 09ed2af0 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Create a no-op job for mac-arm64-rel-tests on the branches.

chromium-m87/ci/mac-arm64-rel tried to trigger the non-existent builder
chromium-m87/ci/mac-arm64-rel-tests.

Change-Id: I2de27cfd399c75614d1d2d9b78a2edecc80acd41
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450723
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Erik Staab <estaab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814004}
parent 99e4b2d5
...@@ -11993,6 +11993,16 @@ job { ...@@ -11993,6 +11993,16 @@ job {
acl_sets: "ci-m85" acl_sets: "ci-m85"
noop {} noop {}
} }
job {
id: "ci-m85-mac-arm64-rel-tests"
schedule: "triggered"
acls {
role: TRIGGERER
granted_to: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
}
acl_sets: "ci-m85"
noop {}
}
job { job {
id: "ci-m85-Win10 Tests x64 1803" id: "ci-m85-Win10 Tests x64 1803"
schedule: "triggered" schedule: "triggered"
......
...@@ -38,6 +38,11 @@ _NON_BRANCHED_TESTERS = ( ...@@ -38,6 +38,11 @@ _NON_BRANCHED_TESTERS = (
# the branches # the branches
"mac-osxbeta-rel", "mac-osxbeta-rel",
# This tester is triggered by 'mac-arm64-rel', but it is an FYI builder and
# not mirrored by any branched try builders and we have limited test
# capacity, so we do not need to run it on the branches
"mac-arm64-rel-tests",
# These testers are triggered by 'Win x64 Builder', but it is an FYI builder # These testers are triggered by 'Win x64 Builder', but it is an FYI builder
# and not mirrored by any branched try builders, so we do not need to run it # and not mirrored by any branched try builders, so we do not need to run it
# on the branches (crbug/990885) # on the branches (crbug/990885)
......
...@@ -4136,6 +4136,9 @@ ci.mac_builder( ...@@ -4136,6 +4136,9 @@ ci.mac_builder(
os = os.MAC_ANY, os = os.MAC_ANY,
) )
# TODO(estaab) When promoting out of FYI, make tree_closing True and make
# branch_selector branches.STANDARD_RELEASES, then remove the entry for this
# builder from //generators/scheduler-noop-jobs.star
ci.thin_tester( ci.thin_tester(
name = "mac-arm64-rel-tests", name = "mac-arm64-rel-tests",
builder_group = "chromium.fyi", builder_group = "chromium.fyi",
...@@ -4143,7 +4146,6 @@ ci.thin_tester( ...@@ -4143,7 +4146,6 @@ ci.thin_tester(
category = "mac", category = "mac",
short_name = "a64", short_name = "a64",
), ),
# TODO(estaab): Make this true when promoting out of FYI.
tree_closing = False, tree_closing = False,
triggered_by = [builder_name("mac-arm64-rel")], triggered_by = [builder_name("mac-arm64-rel")],
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment