Limit fuchsia_precache
in presubmit to engine rolls (#142333)
This doesn't need to run on every PR in presubmit. Limit to engine rolls to validate the artifacts have been published. Fixes https://github.com/flutter/flutter/issues/142330
This commit is contained in:
parent
a386473e32
commit
aaa3eba12d
3
.ci.yaml
3
.ci.yaml
@ -730,6 +730,9 @@ targets:
|
|||||||
shard: fuchsia_precache
|
shard: fuchsia_precache
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
runIf:
|
||||||
|
- bin/internal/engine.version
|
||||||
|
- .ci.yaml
|
||||||
|
|
||||||
- name: Linux gradle_desugar_classes_test
|
- name: Linux gradle_desugar_classes_test
|
||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user