Skip to content

Commit

Permalink
test(mazerunner) replace android 14 with android 15 in pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YYChen01988 committed Jan 10, 2025
1 parent d7673bd commit af8d3d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,13 +598,13 @@ steps:
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':bitbar: Android 15 NDK r21 smoke tests'
- label: ':browserstack: Android 15 NDK r21 smoke tests'
depends_on: "fixture-r21"
timeout_in_minutes: 30
plugins:
artifacts#v1.9.0:
download:
- "build/fixture-r21-url.txt"
- "build/bs-fixture-r21-url.txt"
- "build/fixture-r21/*"
upload:
- "maze_output/failed/**/*"
Expand All @@ -616,20 +616,20 @@ steps:
command:
- "features/smoke_tests"
- "--exclude=features/smoke_tests/01_anr.feature"
- "--app=@build/fixture-r21-url.txt"
- "--appium-version=1.22"
- "--app=@build/bs-fixture-r21-url.txt"
- "--appium-version=1.22.0"
- "--no-tunnel"
- "--aws-public-ip"
- "--farm=bb"
- "--farm=bs"
- "--device=ANDROID_15"
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^master|next$$"
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar'
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':browserstack: Android 15 NDK r21 ANR smoke tests'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ apply plugin: "io.gitlab.arturbosch.detekt"
apply plugin: "org.jlleitschuh.gradle.ktlint"

android {
compileSdkVersion 31
compileSdkVersion 35
ndkVersion parent.ext.ndkVersion

defaultConfig {
minSdkVersion 16
minSdkVersion 17
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion features/fixtures/mazerunner/jvm-scenarios/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: "io.gitlab.arturbosch.detekt"
apply plugin: "org.jlleitschuh.gradle.ktlint"

android {
compileSdkVersion 31
compileSdkVersion 35

defaultConfig {
minSdkVersion 17
Expand Down

0 comments on commit af8d3d8

Please sign in to comment.