mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
a8d1b62382
commit
a4a5a33cfa
3
.ci.yaml
3
.ci.yaml
@ -561,6 +561,9 @@ targets:
|
|||||||
recipe: infra/ci_yaml
|
recipe: infra/ci_yaml
|
||||||
presubmit: false
|
presubmit: false
|
||||||
timeout: 30
|
timeout: 30
|
||||||
|
enabled_branches:
|
||||||
|
# Don't run this on release branches
|
||||||
|
- master
|
||||||
properties:
|
properties:
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
Loading…
Reference in New Issue
Block a user