Skip to content

Commit

Permalink
Merge branch 'next' into integration/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Oct 2, 2023
2 parents 607846d + 86e96f9 commit f6df6c3
Show file tree
Hide file tree
Showing 37 changed files with 1,679 additions and 1,233 deletions.
12 changes: 6 additions & 6 deletions .buildkite/basic/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ steps:
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "bitbar-web"
concurrency: 25
concurrency_group: "bitbar"
concurrency_method: eager

# Skipped pending PLAT-10590
Expand All @@ -85,8 +85,8 @@ steps:
# artifacts#v1.5.0:
# upload:
# - "./test/browser/maze_output/failed/**/*"
# concurrency: 5
# concurrency_group: "bitbar-web"
# concurrency: 25
# concurrency_group: "bitbar"
# concurrency_method: eager

- label: ":bitbar: ie_11 Browser tests"
Expand All @@ -106,8 +106,8 @@ steps:
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "bitbar-web"
concurrency: 25
concurrency_group: "bitbar"
concurrency_method: eager
env:
HOST: "localhost" # IE11 needs the host set to localhost for some reason
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/basic/react-native-android-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: "bitbar-app"
concurrency_group: "bitbar"
concurrency_method: eager

- label: ":bitbar: :android: RN 0.72 (New Arch) Android 12 end-to-end tests"
Expand All @@ -103,5 +103,5 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: "bitbar-app"
concurrency_group: "bitbar"
concurrency_method: eager
114 changes: 57 additions & 57 deletions .buildkite/full/react-native-android-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,17 @@ steps:
run: react-native-maze-runner
service-ports: true
command:
- --app=build/rn0.60.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- --app=build/rn0.60.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
env:
SKIP_NAVIGATION_SCENARIOS: "true"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: RN 0.66 Android end-to-end tests"
Expand All @@ -212,17 +212,17 @@ steps:
run: react-native-maze-runner
service-ports: true
command:
- --app=build/rn0.66.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- --app=build/rn0.66.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
env:
SKIP_NAVIGATION_SCENARIOS: "true"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: RN 0.67 Android end-to-end tests"
Expand All @@ -248,7 +248,7 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: RN 0.69 Android end-to-end tests"
Expand All @@ -274,7 +274,7 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: RN 0.68 (Hermes) Android end-to-end tests"
Expand All @@ -300,7 +300,7 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: RN 0.71 (Old Arch) Android 12 end-to-end tests"
Expand All @@ -326,7 +326,7 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: "bitbar-app"
concurrency_group: "bitbar"
concurrency_method: eager

- label: ":bitbar: :android: RN 0.71 (New Arch) Android 12 end-to-end tests"
Expand All @@ -352,7 +352,7 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: "bitbar-app"
concurrency_group: "bitbar"
concurrency_method: eager

- label: ":bitbar: :android: react-navigation 0.60 Android end-to-end tests"
Expand All @@ -367,16 +367,16 @@ steps:
run: react-native-maze-runner
service-ports: true
command:
- --app=build/r_navigation_0.60.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
- --app=build/r_navigation_0.60.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: react-navigation 0.69 Android end-to-end tests"
Expand All @@ -391,16 +391,16 @@ steps:
run: react-native-maze-runner
service-ports: true
command:
- --app=build/r_navigation_0.69.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
- --app=build/r_navigation_0.69.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: react-native-navigation 0.60 Android end-to-end tests"
Expand All @@ -415,16 +415,16 @@ steps:
run: react-native-maze-runner
service-ports: true
command:
- --app=build/r_native_navigation_0.60.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
- --app=build/r_native_navigation_0.60.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: react-native-navigation 0.66 Android end-to-end tests"
Expand All @@ -439,14 +439,14 @@ steps:
run: react-native-maze-runner
service-ports: true
command:
- --app=build/r_native_navigation_0.66.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
- --app=build/r_native_navigation_0.66.apk
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/navigation.feature
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager
Loading

0 comments on commit f6df6c3

Please sign in to comment.