Unverified Commit 815dc96e authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[ci.yaml] Add missing ci.yaml to runIf of android hot reload tests (#139932)

https://github.com/flutter/cocoon/pull/3333
parent 03575d7a
...@@ -2283,6 +2283,7 @@ targets: ...@@ -2283,6 +2283,7 @@ targets:
["devicelab", "android", "linux"] ["devicelab", "android", "linux"]
task_name: hot_mode_dev_cycle_linux__benchmark task_name: hot_mode_dev_cycle_linux__benchmark
runIf: runIf:
- .ci.yaml
- dev/** - dev/**
- name: Linux_android hybrid_android_views_integration_test - name: Linux_android hybrid_android_views_integration_test
...@@ -3821,6 +3822,7 @@ targets: ...@@ -3821,6 +3822,7 @@ targets:
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
runIf: runIf:
- .ci.yaml
- dev/** - dev/**
timeout: 60 timeout: 60
properties: properties:
...@@ -3832,6 +3834,7 @@ targets: ...@@ -3832,6 +3834,7 @@ targets:
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
runIf: runIf:
- .ci.yaml
- dev/** - dev/**
timeout: 60 timeout: 60
properties: properties:
...@@ -3843,6 +3846,7 @@ targets: ...@@ -3843,6 +3846,7 @@ targets:
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
runIf: runIf:
- .ci.yaml
- dev/** - dev/**
timeout: 60 timeout: 60
properties: properties:
...@@ -3854,6 +3858,7 @@ targets: ...@@ -3854,6 +3858,7 @@ targets:
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
runIf: runIf:
- .ci.yaml
- dev/** - dev/**
timeout: 60 timeout: 60
properties: properties:
...@@ -4086,6 +4091,7 @@ targets: ...@@ -4086,6 +4091,7 @@ targets:
["devicelab", "hostonly", "mac", "arm64"] ["devicelab", "hostonly", "mac", "arm64"]
task_name: hot_mode_dev_cycle_macos_target__benchmark task_name: hot_mode_dev_cycle_macos_target__benchmark
runIf: runIf:
- .ci.yaml
- dev/** - dev/**
- name: Mac_ios integration_test_test_ios - name: Mac_ios integration_test_test_ios
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment