WIP: toying, revert

This commit is contained in:
Alexander Sosedkin 2025-07-23 11:09:32 +02:00
parent c0cc5b412a
commit 8664c079e6

View file

@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [29] # keep in sync
api-level: [29, 35] # keep in sync
steps:
- name: Configure AVD cache
id: avd-cache
@ -117,16 +117,16 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [29] # keep in sync
api-level: [29, 35] # keep in sync
# below 28: bootstrap didn't start, IDK why
# 34: sometimes work, but doesn't seem stable, even w/o caching images
script:
- android_integration
- bootstrap_flakes
- bootstrap_channels
- poke_around
- test_channels_uiautomator
- test_channels_shell
# bootstrap_flakes
# bootstrap_channels
# poke_around
# test_channels_uiautomator
# test_channels_shell
steps:
- name: Checkout repository