Skip to content

Commit a4a5a33

Browse files
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.
1 parent a8d1b62 commit a4a5a33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,9 @@ targets:
561561
recipe: infra/ci_yaml
562562
presubmit: false
563563
timeout: 30
564+
enabled_branches:
565+
# Don't run this on release branches
566+
- master
564567
properties:
565568
tags: >
566569
["framework", "hostonly", "shard", "linux"]

0 commit comments

Comments
 (0)