Skip to content

Commit eea2fe7

Browse files
authored
Deflake api 35 emulator tests by updating emulator definitions version to latest available from chrome infra (#158017)
Update to the latest definitions of emulator configurations. Specifically to past https://crrev.com/c/5908894 which added `gpu_mode: "swangle_indirect"` to the api 35 proto. This should help with emulator stability on versions past android 13. Related to b/371020223 Related: flutter/engine#56313 Research notes / my findings for how this system works at go/flutter-android-ci-emulator ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I added new tests to check the change I am making or feature I am adding, or the PR is [test-exempt]. See [testing the engine] for instructions on writing and running engine tests. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I signed the [CLA]. - [x] All existing and new tests are passing.
1 parent 87872a6 commit eea2fe7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ platform_properties:
5151
[
5252
{"dependency": "android_sdk", "version": "version:35v1"},
5353
{"dependency": "android_virtual_device", "version": "android_35_google_apis_x64.textpb"},
54-
{"dependency": "avd_cipd_version", "version": "build_id:8735216702926189361"},
54+
{"dependency": "avd_cipd_version", "version": "build_id:8733065022087935185"},
5555
{"dependency": "open_jdk", "version": "version:17"}
5656
]
5757
os: Ubuntu
@@ -68,7 +68,7 @@ platform_properties:
6868
[
6969
{"dependency": "android_sdk", "version": "version:35v1"},
7070
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
71-
{"dependency": "avd_cipd_version", "version": "build_id:8735216702926189361"},
71+
{"dependency": "avd_cipd_version", "version": "build_id:8733065022087935185"},
7272
{"dependency": "open_jdk", "version": "version:17"}
7373
]
7474
os: Ubuntu
@@ -412,7 +412,7 @@ targets:
412412
413413
- name: Linux_android_emu android views
414414
recipe: devicelab/devicelab_drone
415-
bringup: true # https://github.com/flutter/flutter/issues/153445
415+
bringup: true
416416
properties:
417417
tags: >
418418
["framework","hostonly","linux"]
@@ -1489,7 +1489,7 @@ targets:
14891489

14901490
- name: Linux_android_emu flutter_driver_android_test
14911491
recipe: flutter/flutter_drone
1492-
bringup: true # https://github.com/flutter/flutter/issues/153445
1492+
bringup: true
14931493
timeout: 60
14941494
properties:
14951495
shard: flutter_driver_android
@@ -2240,7 +2240,7 @@ targets:
22402240

22412241
- name: Linux_android_emu android_defines_test
22422242
recipe: devicelab/devicelab_drone
2243-
bringup: true # https://github.com/flutter/flutter/issues/153445
2243+
bringup: true
22442244
timeout: 60
22452245
properties:
22462246
tags: >
@@ -2653,7 +2653,7 @@ targets:
26532653

26542654
- name: Linux_android_emu external_textures_integration_test
26552655
recipe: devicelab/devicelab_drone
2656-
bringup: true # https://github.com/flutter/flutter/issues/153445
2656+
bringup: true
26572657
timeout: 60
26582658
# Functionally the same as "presubmit: false", except that we will run on
26592659
# presubmit during engine rolls. This test is the *only* automated e2e

0 commit comments

Comments
 (0)