Skip to content

Commit

Permalink
test(ci, android): only run one emulator test at once
Browse files Browse the repository at this point in the history
the idea of having an exercise of android emulator at our lowest
supported API is temping, but it has not been stable in practice
  • Loading branch information
mikehardy committed May 17, 2024
1 parent fd1306e commit 5eb5b16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
# 23-25, 28-29 appears to work locally but fails in CI
# 26 does not support performance tracing due to hardware acceleration bugs
# min-possible + max-possible skew looks like 29 and 34 then
api-level: [30, 34]
# running anything below 34 fails at the moment though, so using only it for now
api-level: [34]
arch: [x86_64]
target: [google_apis]
# This is useful for benchmarking, do 0, 1, 2, etc (up to 256 max job-per-matrix limit) for averages
Expand Down

0 comments on commit 5eb5b16

Please sign in to comment.