Skip to content

Commit

Permalink
Merge pull request #2031 from bugsnag/release/v7.22.1
Browse files Browse the repository at this point in the history
Release v7.22.1
  • Loading branch information
gingerbenw committed Oct 31, 2023
2 parents bd72a11 + 7b5035b commit a1df344
Show file tree
Hide file tree
Showing 27 changed files with 8,081 additions and 11,595 deletions.
20 changes: 14 additions & 6 deletions .buildkite/basic/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ steps:
- docker-compose#v4.12.0:
push:
- browser-maze-runner-bb:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-browser-${BRANCH_NAME}
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":docker: Maze Runner image - BrowserStack browsers"
key: "browser-maze-runner-bs"
Expand All @@ -33,6 +37,10 @@ steps:
- docker-compose#v4.12.0:
push:
- browser-maze-runner-bs:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-browser-${BRANCH_NAME}
retry:
automatic:
- exit_status: "*"
limit: 1

#
# BitBar tests
Expand All @@ -58,8 +66,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 +93,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 +114,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: 4 additions & 0 deletions .buildkite/basic/node-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ steps:
- docker-compose#v4.12.0:
push:
- node-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-node-${BRANCH_NAME}
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":node: Node {{matrix}}"
depends_on: "node-maze-runner-image"
Expand Down
16 changes: 14 additions & 2 deletions .buildkite/basic/react-native-android-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ steps:
cache-from: react-native-android-builder:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-${BRANCH_NAME}
- docker-compose#v4.12.0:
push: react-native-android-builder:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-${BRANCH_NAME}
retry:
automatic:
- exit_status: "*"
limit: 1

#
# Test fixtures
Expand All @@ -34,6 +38,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.72-old-arch.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build RN 0.72 (New Arch) apk"
key: "rn-0-72-new-arch-apk"
Expand All @@ -50,6 +58,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.72-new-arch.apk
retry:
automatic:
- exit_status: "*"
limit: 1

#
# End-to-end tests
Expand Down Expand Up @@ -77,7 +89,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 +115,5 @@ steps:
SKIP_NAVIGATION_SCENARIOS: "true"
HERMES: "true"
concurrency: 25
concurrency_group: "bitbar-app"
concurrency_group: "bitbar"
concurrency_method: eager
8 changes: 8 additions & 0 deletions .buildkite/basic/react-native-ios-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ steps:
artifact_paths: build/rn0.72-old-arch.ipa
commands:
- npm run test:build-react-native-ios
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":ios: Build RN 0.72 (New Arch) ipa"
key: "rn-0-72-new-arch-ipa"
Expand All @@ -35,6 +39,10 @@ steps:
artifact_paths: build/rn0.72-new-arch.ipa
commands:
- npm run test:build-react-native-ios
retry:
automatic:
- exit_status: "*"
limit: 1

#
# End-to-end tests
Expand Down
66 changes: 55 additions & 11 deletions .buildkite/full/react-native-android-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.60.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build RN 0.66 apk"
key: "rn-0-66-apk"
Expand All @@ -33,6 +37,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.66.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build RN 0.67 apk"
key: "rn-0-67-apk"
Expand All @@ -47,6 +55,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.67.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build RN 0.68 Hermes apk"
key: "rn-0-68-hermes-apk"
Expand All @@ -61,6 +73,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.68-hermes.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build RN 0.69 apk"
key: "rn-0-69-apk"
Expand All @@ -75,6 +91,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.69.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build RN 0.71 (Old Arch) apk"
key: "rn-0-71-old-arch-apk"
Expand All @@ -91,6 +111,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.71-old-arch.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build RN 0.71 (New Arch) apk"
key: "rn-0-71-new-arch-apk"
Expand All @@ -107,6 +131,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/rn0.71-new-arch.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build react-navigation 0.60 apk"
key: "react-navigation-0-60-apk"
Expand All @@ -123,6 +151,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/r_navigation_0.60.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build react-navigation 0.69 apk"
key: "react-navigation-0-69-apk"
Expand All @@ -139,6 +171,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/r_navigation_0.69.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build react-native-navigation 0.60 apk"
key: "react-native-navigation-0-60-apk"
Expand All @@ -155,6 +191,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/r_native_navigation_0.60.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build react-native-navigation 0.66 apk"
key: "react-native-navigation-0-66-apk"
Expand All @@ -171,6 +211,10 @@ steps:
run: react-native-android-builder
artifact_paths:
- build/r_native_navigation_0.66.apk
retry:
automatic:
- exit_status: "*"
limit: 1

#
# End-to-end tests
Expand All @@ -197,7 +241,7 @@ steps:
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 @@ -222,7 +266,7 @@ steps:
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 +292,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 +318,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 +344,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 +370,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 +396,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 @@ -376,7 +420,7 @@ steps:
- --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 @@ -400,7 +444,7 @@ steps:
- --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 @@ -424,7 +468,7 @@ steps:
- --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 @@ -448,5 +492,5 @@ steps:
- --aws-public-ip
- features/navigation.feature
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager
Loading

0 comments on commit a1df344

Please sign in to comment.