Skip to content

Commit 27d070b

Browse files
authored
Revert "[Android 16] Update android_engine_vulkan_tests to Test Against SDK 36 Emulator" (flutter#177292)
Reverts flutter#176985 Issue flutter#170024 `android_engine_vulkan_tests` is very flaky https://flutter-dashboard.appspot.com/#/build?repo=flutter&branch=master&showMac=false&showWindows=false&showiOS=false&showAndroid=false&showBringup=true. We were waiting on android for a 36 system image that passed android testing. I believe the 36 image I am using is up to date, but it's possible an incompatible avd version was used (I chose the latest at the time). Before filing a ticket against android, check if the avd version is compatible.
1 parent 2e861f3 commit 27d070b

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

.ci.yaml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,28 @@ platform_properties:
7373
[
7474
{"dependency": "android_sdk", "version": "version:36v3"},
7575
{"dependency": "android_virtual_device", "version": "android_36_google_apis_x64.textpb"},
76-
{"dependency": "avd_cipd_version", "version": "build_id:8701084295319811169"},
76+
{"dependency": "avd_cipd_version", "version": "build_id:8719362231152674241"},
77+
{"dependency": "open_jdk", "version": "version:21"}
78+
]
79+
os: Ubuntu
80+
cores: "8"
81+
device_type: none
82+
kvm: "1"
83+
84+
# linux_android_emu_vulkan_stable temporarily depends on an API 35 AVD while all
85+
# other linux_android_emu test targets depend on an API 36 AVD due to a potential issue with
86+
# virtual display on API 36: https://github.com/flutter/flutter/issues/170024.
87+
linux_android_emu_vulkan_stable:
88+
properties:
89+
contexts: >-
90+
[
91+
"android_virtual_device"
92+
]
93+
dependencies: >-
94+
[
95+
{"dependency": "android_sdk", "version": "version:36v3"},
96+
{"dependency": "android_virtual_device", "version": "android_35_google_apis_x64.textpb"},
97+
{"dependency": "avd_cipd_version", "version": "build_id:8733065022087935185"},
7798
{"dependency": "open_jdk", "version": "version:21"}
7899
]
79100
os: Ubuntu
@@ -1667,7 +1688,7 @@ targets:
16671688
- engine/**
16681689
- DEPS
16691690

1670-
- name: Linux_android_emu_unstable android_engine_vulkan_tests
1691+
- name: Linux_android_emu_vulkan_stable android_engine_vulkan_tests
16711692
recipe: flutter/flutter_drone
16721693
bringup: true
16731694
timeout: 60

0 commit comments

Comments
 (0)