Skip to content

Commit ccf215b

Browse files
[CP] Roll .ci.yaml changes into the LUCI configuration only when the master branch is updated (flutter#164155)
This is a cherry pick of an infrastructure fix. The "ci_yaml flutter roller" job updates the LUCI builder configuration to match the contents of ci.yaml. It should only run on the master branch because the older version of ci.yaml in a release branch may not contain newer builders that are needed by master branch PRs. See flutter#163897
1 parent a8a9ded commit ccf215b

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
@@ -545,6 +545,9 @@ targets:
545545
recipe: infra/ci_yaml
546546
presubmit: false
547547
timeout: 30
548+
enabled_branches:
549+
# Don't run this on release branches
550+
- master
548551
properties:
549552
tags: >
550553
["framework", "hostonly", "shard", "linux"]

0 commit comments

Comments
 (0)