Skip to content

Commit 69ff9ea

Browse files
authored
Move Android API level 35 emulator tests to staging (flutter#153568)
These same tests but running against API level 34 emulators are remaining as presubmit tests. The API level 35 tests should stay in staging while the emulator stabilizes. So we can collect flake data and continue to debug. Related: flutter#153445
1 parent 19fdece commit 69ff9ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ targets:
403403
404404
- name: Linux_android_emu android views
405405
recipe: devicelab/devicelab_drone
406+
bringup: true # https://github.com/flutter/flutter/issues/153445
406407
properties:
407408
tags: >
408409
["framework","hostonly","linux"]
@@ -1330,6 +1331,7 @@ targets:
13301331

13311332
- name: Linux_android_emu flutter_driver_android_test
13321333
recipe: flutter/flutter_drone
1334+
bringup: true # https://github.com/flutter/flutter/issues/153445
13331335
timeout: 60
13341336
properties:
13351337
shard: flutter_driver_android
@@ -2079,6 +2081,7 @@ targets:
20792081

20802082
- name: Linux_android_emu android_defines_test
20812083
recipe: devicelab/devicelab_drone
2084+
bringup: true # https://github.com/flutter/flutter/issues/153445
20822085
timeout: 60
20832086
properties:
20842087
tags: >
@@ -2512,6 +2515,7 @@ targets:
25122515

25132516
- name: Linux_android_emu external_textures_integration_test
25142517
recipe: devicelab/devicelab_drone
2518+
bringup: true # https://github.com/flutter/flutter/issues/153445
25152519
timeout: 60
25162520
# Functionally the same as "presubmit: false", except that we will run on
25172521
# presubmit during engine rolls. This test is the *only* automated e2e

0 commit comments

Comments
 (0)