Skip to content

Commit

Permalink
Merge pull request #1685 from bugsnag/release/v7.16.1
Browse files Browse the repository at this point in the history
Release v7.16.1
  • Loading branch information
djskinner authored Feb 2, 2022
2 parents 15164a6 + b588dcd commit b22fb5d
Show file tree
Hide file tree
Showing 31 changed files with 379 additions and 200 deletions.
8 changes: 0 additions & 8 deletions .buildkite/expo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -139,7 +138,6 @@ steps:
- --appium-version=1.16.0
- --fail-fast
- --retry=2
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand Down Expand Up @@ -171,7 +169,6 @@ steps:
- --retry=2
- --appium-version=1.18.0
- --capabilities={"appWaitForLaunch":"false"}
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand Down Expand Up @@ -200,7 +197,6 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -227,7 +223,6 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -254,7 +249,6 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -280,7 +274,6 @@ steps:
- --appium-version=1.16.0
- --fail-fast
- --retry=2
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -305,7 +298,6 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
- --resilient
concurrency: 9
concurrency_group: 'browserstack-app'
concurrency_method: eager
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ steps:
timeout_in_minutes: 20
agents:
queue: opensource-mac-cocoa-11
env:
DEVELOPER_DIR: "/Applications/Xcode12.app"
command: scripts/license_finder.sh

#
Expand Down
41 changes: 25 additions & 16 deletions .buildkite/react-native-cli-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ steps:
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
- "features/cli-tests"
- "--fail-fast"
- --fail-fast
- --retry=2
- features/cli-tests
env:
REACT_NATIVE_VERSION: "rn0_60"

Expand All @@ -44,8 +45,9 @@ steps:
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
- "features/cli-tests"
- "--fail-fast"
- --fail-fast
- --retry=2
- features/cli-tests
env:
REACT_NATIVE_VERSION: "rn0_61"

Expand All @@ -60,8 +62,9 @@ steps:
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
- "features/cli-tests"
- "--fail-fast"
- --fail-fast
- --retry=2
- features/cli-tests
env:
REACT_NATIVE_VERSION: "rn0_62"

Expand All @@ -76,8 +79,9 @@ steps:
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
- "features/cli-tests"
- "--fail-fast"
- --fail-fast
- --retry=2
- features/cli-tests
env:
REACT_NATIVE_VERSION: "rn0_63"

Expand All @@ -92,8 +96,9 @@ steps:
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
- "features/cli-tests"
- "--fail-fast"
- --fail-fast
- --retry=2
- features/cli-tests
env:
REACT_NATIVE_VERSION: "rn0_63_expo_ejected"

Expand All @@ -108,8 +113,9 @@ steps:
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
- "features/cli-tests"
- "--fail-fast"
- --fail-fast
- --retry=2
- features/cli-tests
env:
REACT_NATIVE_VERSION: "rn0_64"

Expand Down Expand Up @@ -243,7 +249,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
DEVELOPER_DIR: "/Applications/Xcode11.app"
artifact_paths: build/rn0_60.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_60
Expand All @@ -256,7 +262,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
DEVELOPER_DIR: "/Applications/Xcode11.app"
artifact_paths: build/rn0_61.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_61
Expand All @@ -269,7 +275,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
DEVELOPER_DIR: "/Applications/Xcode11.app"
artifact_paths: build/rn0_62.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_62
Expand All @@ -282,7 +288,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
DEVELOPER_DIR: "/Applications/Xcode11.app"
artifact_paths: build/rn0_63.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_63
Expand All @@ -295,6 +301,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode12.app"
artifact_paths: build/rn0_63_expo_ejected.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_63_expo_ejected
Expand All @@ -307,6 +314,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode12.app"
artifact_paths: build/rn0_64.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_64
Expand All @@ -319,6 +327,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode12.app"
artifact_paths: build/rn0_64_hermes.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_64_hermes
Expand Down
Loading

0 comments on commit b22fb5d

Please sign in to comment.