Run packaging builders only on beta and stable. (#117037)
The packaging recipe is now checking the enabled branches property. Bug: https://github.com/flutter/flutter/issues/115492
This commit is contained in:
parent
8e452be2f0
commit
0e0f29fc8c
5
.ci.yaml
5
.ci.yaml
@ -4733,7 +4733,6 @@ targets:
|
|||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
- stable
|
- stable
|
||||||
- main
|
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
@ -4747,7 +4746,6 @@ targets:
|
|||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
- stable
|
- stable
|
||||||
- main
|
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
@ -4762,7 +4760,6 @@ targets:
|
|||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
- stable
|
- stable
|
||||||
- main
|
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
@ -4778,7 +4775,6 @@ targets:
|
|||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
- stable
|
- stable
|
||||||
- main
|
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
@ -4791,7 +4787,6 @@ targets:
|
|||||||
bringup: true
|
bringup: true
|
||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
- main
|
|
||||||
presubmit: false
|
presubmit: false
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user