Skip to content

Commit 7a50802

Browse files
authored
Add missing DEPS to runIf (#160913)
Few entries were missed in flutter/flutter#160706 and caused [failures](https://github.com/flutter/flutter/pull/160191/checks?check_run_id=34920131317) when [this](flutter/cocoon#4137) landed.
1 parent 09a585b commit 7a50802

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ targets:
555555
["framework", "hostonly", "shard", "linux"]
556556
runIf:
557557
- .ci.yaml
558+
- DEPS
559+
- engine/**
558560

559561
- name: Linux customer_testing
560562
# This really just runs dev/bots/customer_testing/ci.sh,
@@ -2229,6 +2231,8 @@ targets:
22292231
- packages/**
22302232
- bin/**
22312233
- .ci.yaml
2234+
- DEPS
2235+
- engine/**
22322236

22332237
- name: Linux web_skwasm_tests_5
22342238
recipe: flutter/flutter_drone
@@ -2990,6 +2994,8 @@ targets:
29902994
runIf:
29912995
- .ci.yaml
29922996
- dev/**
2997+
- DEPS
2998+
- engine/**
29932999

29943000
# linux mokey test
29953001
- name: Linux_mokey hybrid_android_views_integration_test
@@ -4837,6 +4843,8 @@ targets:
48374843
runIf:
48384844
- .ci.yaml
48394845
- dev/**
4846+
- DEPS
4847+
- engine/**
48404848
timeout: 60
48414849
properties:
48424850
tags: >

0 commit comments

Comments
 (0)