Skip to content

Commit

Permalink
Add appium version definitions on all android bitbar test runs (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec authored Jul 2, 2024
1 parent b3e07f9 commit 8603755
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/basic/react-native-android-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ steps:
- --app=/app/features/fixtures/generated/old-arch/{{matrix}}/reactnative.apk
- --farm=bb
- --device=ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -99,6 +100,7 @@ steps:
- --app=/app/features/fixtures/generated/new-arch/{{matrix}}/reactnative.apk
- --farm=bb
- --device=ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down
10 changes: 10 additions & 0 deletions .buildkite/full/react-native-android-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -262,6 +263,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -290,6 +292,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -318,6 +321,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -346,6 +350,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -374,6 +379,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -402,6 +408,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -430,6 +437,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down Expand Up @@ -458,6 +466,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand All @@ -484,6 +493,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/full/react-native-cli-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --no-tunnel
- --aws-public-ip
Expand All @@ -245,6 +246,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --no-tunnel
- --aws-public-ip
Expand All @@ -270,6 +272,7 @@ steps:
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --no-tunnel
- --aws-public-ip
Expand Down

0 comments on commit 8603755

Please sign in to comment.