Skip to content

Commit

Permalink
ci: remove android 5 builds (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali authored Mar 14, 2022
1 parent a75e2d7 commit 7a373bd
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .buildkite/pipeline.quick.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
steps:
- label: ':android: Android 5 NDK r16 smoke tests'
key: 'android-5-smoke'
depends_on: "fixture-r16"
timeout_in_minutes: 60
plugins:
artifacts#v1.2.0:
download: "build/release/fixture-r16.apk"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: android-maze-runner
run: android-maze-runner
command:
- "features/smoke_tests"
- "--app=/app/build/release/fixture-r16.apk"
- "--farm=bs"
- "--device=ANDROID_5_0"
- "--fail-fast"
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
soft_fail:
- exit_status: "*"

- label: ':android: Android 6 NDK r16 smoke tests'
key: 'android-6-smoke'
depends_on: "fixture-r16"
Expand Down

0 comments on commit 7a373bd

Please sign in to comment.