Skip to content

Commit b22fb5d

Browse files
authored
Merge pull request #1685 from bugsnag/release/v7.16.1
Release v7.16.1
2 parents 15164a6 + b588dcd commit b22fb5d

File tree

31 files changed

+379
-200
lines changed

31 files changed

+379
-200
lines changed

.buildkite/expo-pipeline.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ steps:
114114
- --a11y-locator
115115
- --fail-fast
116116
- --retry=2
117-
- --resilient
118117
concurrency: 9
119118
concurrency_group: 'browserstack-app'
120119
concurrency_method: eager
@@ -139,7 +138,6 @@ steps:
139138
- --appium-version=1.16.0
140139
- --fail-fast
141140
- --retry=2
142-
- --resilient
143141
concurrency: 9
144142
concurrency_group: 'browserstack-app'
145143
concurrency_method: eager
@@ -171,7 +169,6 @@ steps:
171169
- --retry=2
172170
- --appium-version=1.18.0
173171
- --capabilities={"appWaitForLaunch":"false"}
174-
- --resilient
175172
concurrency: 9
176173
concurrency_group: 'browserstack-app'
177174
concurrency_method: eager
@@ -200,7 +197,6 @@ steps:
200197
- --a11y-locator
201198
- --fail-fast
202199
- --retry=2
203-
- --resilient
204200
concurrency: 9
205201
concurrency_group: 'browserstack-app'
206202
concurrency_method: eager
@@ -227,7 +223,6 @@ steps:
227223
- --a11y-locator
228224
- --fail-fast
229225
- --retry=2
230-
- --resilient
231226
concurrency: 9
232227
concurrency_group: 'browserstack-app'
233228
concurrency_method: eager
@@ -254,7 +249,6 @@ steps:
254249
- --a11y-locator
255250
- --fail-fast
256251
- --retry=2
257-
- --resilient
258252
concurrency: 9
259253
concurrency_group: 'browserstack-app'
260254
concurrency_method: eager
@@ -280,7 +274,6 @@ steps:
280274
- --appium-version=1.16.0
281275
- --fail-fast
282276
- --retry=2
283-
- --resilient
284277
concurrency: 9
285278
concurrency_group: 'browserstack-app'
286279
concurrency_method: eager
@@ -305,7 +298,6 @@ steps:
305298
- --a11y-locator
306299
- --fail-fast
307300
- --retry=2
308-
- --resilient
309301
concurrency: 9
310302
concurrency_group: 'browserstack-app'
311303
concurrency_method: eager

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ steps:
77
timeout_in_minutes: 20
88
agents:
99
queue: opensource-mac-cocoa-11
10+
env:
11+
DEVELOPER_DIR: "/Applications/Xcode12.app"
1012
command: scripts/license_finder.sh
1113

1214
#

.buildkite/react-native-cli-pipeline.yml

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ steps:
2828
run: react-native-cli-tool-maze-runner
2929
use-aliases: true
3030
command:
31-
- "features/cli-tests"
32-
- "--fail-fast"
31+
- --fail-fast
32+
- --retry=2
33+
- features/cli-tests
3334
env:
3435
REACT_NATIVE_VERSION: "rn0_60"
3536

@@ -44,8 +45,9 @@ steps:
4445
run: react-native-cli-tool-maze-runner
4546
use-aliases: true
4647
command:
47-
- "features/cli-tests"
48-
- "--fail-fast"
48+
- --fail-fast
49+
- --retry=2
50+
- features/cli-tests
4951
env:
5052
REACT_NATIVE_VERSION: "rn0_61"
5153

@@ -60,8 +62,9 @@ steps:
6062
run: react-native-cli-tool-maze-runner
6163
use-aliases: true
6264
command:
63-
- "features/cli-tests"
64-
- "--fail-fast"
65+
- --fail-fast
66+
- --retry=2
67+
- features/cli-tests
6568
env:
6669
REACT_NATIVE_VERSION: "rn0_62"
6770

@@ -76,8 +79,9 @@ steps:
7679
run: react-native-cli-tool-maze-runner
7780
use-aliases: true
7881
command:
79-
- "features/cli-tests"
80-
- "--fail-fast"
82+
- --fail-fast
83+
- --retry=2
84+
- features/cli-tests
8185
env:
8286
REACT_NATIVE_VERSION: "rn0_63"
8387

@@ -92,8 +96,9 @@ steps:
9296
run: react-native-cli-tool-maze-runner
9397
use-aliases: true
9498
command:
95-
- "features/cli-tests"
96-
- "--fail-fast"
99+
- --fail-fast
100+
- --retry=2
101+
- features/cli-tests
97102
env:
98103
REACT_NATIVE_VERSION: "rn0_63_expo_ejected"
99104

@@ -108,8 +113,9 @@ steps:
108113
run: react-native-cli-tool-maze-runner
109114
use-aliases: true
110115
command:
111-
- "features/cli-tests"
112-
- "--fail-fast"
116+
- --fail-fast
117+
- --retry=2
118+
- features/cli-tests
113119
env:
114120
REACT_NATIVE_VERSION: "rn0_64"
115121

@@ -243,7 +249,7 @@ steps:
243249
env:
244250
DEBUG: true
245251
LANG: "en_US.UTF-8"
246-
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
252+
DEVELOPER_DIR: "/Applications/Xcode11.app"
247253
artifact_paths: build/rn0_60.ipa
248254
commands:
249255
- test/react-native-cli/scripts/init-and-build-test.sh rn0_60
@@ -256,7 +262,7 @@ steps:
256262
env:
257263
DEBUG: true
258264
LANG: "en_US.UTF-8"
259-
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
265+
DEVELOPER_DIR: "/Applications/Xcode11.app"
260266
artifact_paths: build/rn0_61.ipa
261267
commands:
262268
- test/react-native-cli/scripts/init-and-build-test.sh rn0_61
@@ -269,7 +275,7 @@ steps:
269275
env:
270276
DEBUG: true
271277
LANG: "en_US.UTF-8"
272-
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
278+
DEVELOPER_DIR: "/Applications/Xcode11.app"
273279
artifact_paths: build/rn0_62.ipa
274280
commands:
275281
- test/react-native-cli/scripts/init-and-build-test.sh rn0_62
@@ -282,7 +288,7 @@ steps:
282288
env:
283289
DEBUG: true
284290
LANG: "en_US.UTF-8"
285-
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
291+
DEVELOPER_DIR: "/Applications/Xcode11.app"
286292
artifact_paths: build/rn0_63.ipa
287293
commands:
288294
- test/react-native-cli/scripts/init-and-build-test.sh rn0_63
@@ -295,6 +301,7 @@ steps:
295301
env:
296302
DEBUG: true
297303
LANG: "en_US.UTF-8"
304+
DEVELOPER_DIR: "/Applications/Xcode12.app"
298305
artifact_paths: build/rn0_63_expo_ejected.ipa
299306
commands:
300307
- test/react-native-cli/scripts/init-and-build-test.sh rn0_63_expo_ejected
@@ -307,6 +314,7 @@ steps:
307314
env:
308315
DEBUG: true
309316
LANG: "en_US.UTF-8"
317+
DEVELOPER_DIR: "/Applications/Xcode12.app"
310318
artifact_paths: build/rn0_64.ipa
311319
commands:
312320
- test/react-native-cli/scripts/init-and-build-test.sh rn0_64
@@ -319,6 +327,7 @@ steps:
319327
env:
320328
DEBUG: true
321329
LANG: "en_US.UTF-8"
330+
DEVELOPER_DIR: "/Applications/Xcode12.app"
322331
artifact_paths: build/rn0_64_hermes.ipa
323332
commands:
324333
- test/react-native-cli/scripts/init-and-build-test.sh rn0_64_hermes

0 commit comments

Comments
 (0)