Skip to content

Commit e3a8a98

Browse files
authored
Update Android Emulators (#1063)
1 parent fa6d390 commit e3a8a98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
"android_target": {"type": "real", "model":"gts4lltevzw", "version":"28"},
167167
"android_latest": {"type": "real", "model":"redfin", "version":"30"},
168168
"emulator_min": {"type": "virtual", "image":"system-images;android-18;google_apis;x86"},
169-
"emulator_target": {"type": "virtual", "image":"system-images;android-28;google_apis;x86_64"},
170-
"emulator_latest": {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"},
169+
"emulator_target": {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"},
170+
"emulator_latest": {"type": "virtual", "image":"system-images;android-32;google_apis;x86_64"},
171171
"emulator_32bit": {"type": "virtual", "image":"system-images;android-30;google_apis;x86"},
172172
"ios_min": {"type": "real", "model":"iphone8", "version":"12.4"},
173173
"ios_target": {"type": "real", "model":"iphone8", "version":"13.6"},

scripts/gha/test_simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def _run_android_test(testapp_dir, package_name, app_path, helper_project, max_a
745745
_uninstall_android_app(package_name)
746746

747747
result = test_validation.validate_results(log, test_validation.CPP)
748-
if result.complete and (FLAGS.test_type != "uitest" or result.fails == 0):
748+
if result.complete and result.fails == 0:
749749
break
750750

751751
_save_recorded_android_video(video_name, testapp_dir)

0 commit comments

Comments
 (0)