Add missing DEPS to runIf (#160913)
Few entries were missed in https://github.com/flutter/flutter/pull/160706 and caused [failures](https://github.com/flutter/flutter/pull/160191/checks?check_run_id=34920131317) when [this](https://github.com/flutter/cocoon/pull/4137) landed.
This commit is contained in:
parent
09a585ba1d
commit
7a50802d2b
8
.ci.yaml
8
.ci.yaml
@ -555,6 +555,8 @@ targets:
|
|||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
runIf:
|
runIf:
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
|
- DEPS
|
||||||
|
- engine/**
|
||||||
|
|
||||||
- name: Linux customer_testing
|
- name: Linux customer_testing
|
||||||
# This really just runs dev/bots/customer_testing/ci.sh,
|
# This really just runs dev/bots/customer_testing/ci.sh,
|
||||||
@ -2229,6 +2231,8 @@ targets:
|
|||||||
- packages/**
|
- packages/**
|
||||||
- bin/**
|
- bin/**
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
|
- DEPS
|
||||||
|
- engine/**
|
||||||
|
|
||||||
- name: Linux web_skwasm_tests_5
|
- name: Linux web_skwasm_tests_5
|
||||||
recipe: flutter/flutter_drone
|
recipe: flutter/flutter_drone
|
||||||
@ -2990,6 +2994,8 @@ targets:
|
|||||||
runIf:
|
runIf:
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
- dev/**
|
- dev/**
|
||||||
|
- DEPS
|
||||||
|
- engine/**
|
||||||
|
|
||||||
# linux mokey test
|
# linux mokey test
|
||||||
- name: Linux_mokey hybrid_android_views_integration_test
|
- name: Linux_mokey hybrid_android_views_integration_test
|
||||||
@ -4837,6 +4843,8 @@ targets:
|
|||||||
runIf:
|
runIf:
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
- dev/**
|
- dev/**
|
||||||
|
- DEPS
|
||||||
|
- engine/**
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
tags: >
|
tags: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user