Skip to content

Commit 252493a

Browse files
committed
test(ci, android): continued hunt for valid min API for e2e, try 30
continuing to hunt for a viable min/max range of emulator APIs to test
1 parent bb241c6 commit 252493a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
# all APIs below 23, and 27 just do not work
37-
# 23-24 appears to work locally but fails in CI
36+
# all APIs below 23 just do not work
37+
# google-apis doesn't have an emulator for 27
38+
# 23-25, 28-29 appears to work locally but fails in CI
3839
# 26 does not support performance tracing due to hardware acceleration bugs
39-
# min-possible + max-possible skew looks like 24 and 34 then
40-
api-level: [25, 34]
40+
# min-possible + max-possible skew looks like 29 and 34 then
41+
api-level: [30, 34]
4142
arch: [x86_64]
4243
target: [google_apis]
4344
# This is useful for benchmarking, do 0, 1, 2, etc (up to 256 max job-per-matrix limit) for averages

0 commit comments

Comments
 (0)