Skip to content

Commit 8b4b6ae

Browse files
authored
Shift Linux_android_emu tests from staging to prod (flutter#153110)
These tests were moved to staging when they were flaking at a high rate. I landed a couple of changes to fix unrelated issues that were masking the underlying cause. However, these tests are no longer flaking at the same rate in staging as they were in prod. So, I am moving these back to prod and will monitor the flake rate. Related flutter#152684
1 parent 5eba89e commit 8b4b6ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .ci.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ targets:
376376
377377
- name: Linux_android_emu android views
378378
recipe: devicelab/devicelab_drone
379-
bringup: true # https://github.com/flutter/flutter/issues/152684
380379
properties:
381380
tags: >
382381
["framework","hostonly","linux"]
@@ -1296,7 +1295,6 @@ targets:
12961295
- name: Linux_android_emu flutter_driver_android_test
12971296
recipe: flutter/flutter_drone
12981297
timeout: 60
1299-
bringup: true # https://github.com/flutter/flutter/issues/152684
13001298
properties:
13011299
shard: flutter_driver_android
13021300
tags: >
@@ -2032,7 +2030,6 @@ targets:
20322030

20332031
- name: Linux_android_emu android_defines_test
20342032
recipe: devicelab/devicelab_drone
2035-
bringup: true # https://github.com/flutter/flutter/issues/152684
20362033
timeout: 60
20372034
properties:
20382035
tags: >
@@ -2457,7 +2454,6 @@ targets:
24572454

24582455
- name: Linux_android_emu external_textures_integration_test
24592456
recipe: devicelab/devicelab_drone
2460-
bringup: true # https://github.com/flutter/flutter/issues/152684
24612457
timeout: 60
24622458
# Functionally the same as "presubmit: false", except that we will run on
24632459
# presubmit during engine rolls. This test is the *only* automated e2e

0 commit comments

Comments
 (0)