Skip to content

Commit ae66107

Browse files
authored
Mark Linux_android_emu tests bringup: true (#152867)
Due to flutter/flutter#152684 This PR is just eagerly doing what the flake bot would do on Wednesday. FYI @matanlurey @reidbaker
1 parent 3832823 commit ae66107

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ targets:
376376
377377
- name: Linux_android_emu android views
378378
recipe: devicelab/devicelab_drone
379+
bringup: true # https://github.com/flutter/flutter/issues/152684
379380
properties:
380381
tags: >
381382
["framework","hostonly","linux"]
@@ -1297,7 +1298,7 @@ targets:
12971298
- name: Linux_android_emu flutter_driver_android_test
12981299
recipe: flutter/flutter_drone
12991300
timeout: 60
1300-
bringup: false
1301+
bringup: true # https://github.com/flutter/flutter/issues/152684
13011302
properties:
13021303
shard: flutter_driver_android
13031304
tags: >
@@ -2033,6 +2034,7 @@ targets:
20332034

20342035
- name: Linux_android_emu android_defines_test
20352036
recipe: devicelab/devicelab_drone
2037+
bringup: true # https://github.com/flutter/flutter/issues/152684
20362038
timeout: 60
20372039
properties:
20382040
tags: >
@@ -2457,6 +2459,7 @@ targets:
24572459

24582460
- name: Linux_android_emu external_textures_integration_test
24592461
recipe: devicelab/devicelab_drone
2462+
bringup: true # https://github.com/flutter/flutter/issues/152684
24602463
timeout: 60
24612464
# Functionally the same as "presubmit: false", except that we will run on
24622465
# presubmit during engine rolls. This test is the *only* automated e2e

0 commit comments

Comments
 (0)