Run gradle_plugin_*_apk_test on presubmit on flutter_tool changes. (#142090)
These tests were failing in postsubmit after a change to `packages/flutter_tools`. We should run these in presubmit when `packages/flutter_tools` changes.
This commit is contained in:
parent
58eb0e8ae6
commit
a97af2093b
2
.ci.yaml
2
.ci.yaml
@ -806,6 +806,7 @@ targets:
|
|||||||
task_name: gradle_plugin_fat_apk_test
|
task_name: gradle_plugin_fat_apk_test
|
||||||
runIf:
|
runIf:
|
||||||
- dev/**
|
- dev/**
|
||||||
|
- packages/flutter_tools/**
|
||||||
- bin/**
|
- bin/**
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
|
|
||||||
@ -824,6 +825,7 @@ targets:
|
|||||||
task_name: gradle_plugin_light_apk_test
|
task_name: gradle_plugin_light_apk_test
|
||||||
runIf:
|
runIf:
|
||||||
- dev/**
|
- dev/**
|
||||||
|
- packages/flutter_tools/**
|
||||||
- bin/**
|
- bin/**
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user