Roll .ci.yaml changes into the LUCI configuration only when the master branch is updated (#163897)

The .ci.yaml on a release branch may be missing builders that are active
on the latest master version of .ci.yaml. If a configuration based on
the release branch is pushed to LUCI, then CI will fail to schedule
those builders when run for a master branch PR.
This commit is contained in:
Jason Simmons 2025-02-24 20:54:51 +00:00 committed by GitHub
parent a8d1b62382
commit a4a5a33cfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -561,6 +561,9 @@ targets:
recipe: infra/ci_yaml
presubmit: false
timeout: 30
enabled_branches:
# Don't run this on release branches
- master
properties:
tags: >
["framework", "hostonly", "shard", "linux"]