Skip to content

Commit d903836

Browse files
Merge pull request #681 from bugsnag/next
Sync JavaScript Span Access branch with next
2 parents a71c058 + 3dd309f commit d903836

33 files changed

+1250
-1659
lines changed

.buildkite/browser-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
key: "build-browser-fixtures-${BUILD_MODE}"
1010
timeout_in_minutes: 20
1111
agents:
12-
queue: macos-14
12+
queue: macos-15
1313
env:
1414
BUILD_MODE: "${BUILD_MODE}"
1515
SKIP_FIXTURE_CLEANUP: "true"

.buildkite/expo-pipeline.full.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
key: "build-expo-apk-full"
1212
timeout_in_minutes: 20
1313
agents:
14-
queue: "macos-14"
14+
queue: "macos-15"
1515
env:
1616
JAVA_VERSION: "17"
1717
EXPO_VERSION: "{{matrix}}"
@@ -28,9 +28,10 @@ steps:
2828
key: "build-expo-ipa-full"
2929
timeout_in_minutes: 20
3030
agents:
31-
queue: "macos-14"
31+
queue: "macos-15"
3232
env:
3333
EXPO_VERSION: "{{matrix}}"
34+
XCODE_VERSION: "16.2.0"
3435
BUILD_IOS: 1
3536
artifact_paths: test/react-native/features/fixtures/generated/expo/**/test-fixture/output.ipa
3637
commands:

.buildkite/expo-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
key: "build-expo-apk"
1212
timeout_in_minutes: 20
1313
agents:
14-
queue: "macos-14"
14+
queue: "macos-15"
1515
env:
1616
JAVA_VERSION: "17"
1717
EXPO_VERSION: "{{matrix}}"
@@ -27,7 +27,7 @@ steps:
2727
key: "build-expo-ipa"
2828
timeout_in_minutes: 20
2929
agents:
30-
queue: "macos-14"
30+
queue: "macos-15"
3131
env:
3232
EXPO_VERSION: "{{matrix}}"
3333
BUILD_IOS: 1

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
key: "build-react-native-android-fixture-old-arch-full"
1212
timeout_in_minutes: 15
1313
agents:
14-
queue: macos-14
14+
queue: macos-15
1515
env:
1616
JAVA_VERSION: "{{matrix.java}}"
1717
NODE_VERSION: "18"
@@ -29,8 +29,8 @@ steps:
2929
- "0.72"
3030
- "0.74"
3131
- "0.76"
32-
- "0.77"
3332
- "0.78"
33+
- "0.79"
3434
java:
3535
- "17"
3636
adjustments:
@@ -46,7 +46,7 @@ steps:
4646
key: "build-react-native-android-fixture-new-arch-full"
4747
timeout_in_minutes: 15
4848
agents:
49-
queue: macos-14
49+
queue: macos-15
5050
env:
5151
JAVA_VERSION: "17"
5252
NODE_VERSION: "18"
@@ -62,8 +62,8 @@ steps:
6262
- "0.72"
6363
- "0.74"
6464
- "0.76"
65-
- "0.77"
6665
- "0.78"
66+
- "0.79"
6767
retry:
6868
automatic:
6969
- exit_status: "*"
@@ -73,7 +73,7 @@ steps:
7373
key: "build-react-native-android-fixture-native-integration-old-arch-full"
7474
timeout_in_minutes: 30
7575
agents:
76-
queue: macos-14
76+
queue: macos-15
7777
env:
7878
JAVA_VERSION: "{{matrix.java}}"
7979
NODE_VERSION: "18"
@@ -93,8 +93,8 @@ steps:
9393
- "0.72"
9494
- "0.74"
9595
- "0.76"
96-
- "0.77"
9796
- "0.78"
97+
- "0.79"
9898
java:
9999
- "17"
100100
adjustments:
@@ -110,7 +110,7 @@ steps:
110110
key: "build-react-native-android-fixture-native-integration-new-arch-full"
111111
timeout_in_minutes: 30
112112
agents:
113-
queue: macos-14
113+
queue: macos-15
114114
env:
115115
JAVA_VERSION: "17"
116116
NODE_VERSION: "18"
@@ -128,8 +128,8 @@ steps:
128128
- "0.72"
129129
- "0.74"
130130
- "0.76"
131-
- "0.77"
132131
- "0.78"
132+
- "0.79"
133133
retry:
134134
automatic:
135135
- exit_status: "*"
@@ -139,14 +139,14 @@ steps:
139139
key: "build-react-native-ios-fixture-old-arch-full"
140140
timeout_in_minutes: 15
141141
agents:
142-
queue: "macos-14"
142+
queue: "macos-15"
143143
env:
144144
NODE_VERSION: "18"
145145
RN_VERSION: "{{matrix}}"
146146
NOTIFIER_VERSION: '8.0.0'
147147
BUILD_IOS: "true"
148148
RCT_NEW_ARCH_ENABLED: "0"
149-
XCODE_VERSION: "15.3.0"
149+
XCODE_VERSION: "16.2.0"
150150
artifact_paths:
151151
- "test/react-native/features/fixtures/generated/old-arch/**/output/reactnative.ipa"
152152
commands:
@@ -157,8 +157,8 @@ steps:
157157
- "0.72"
158158
- "0.74"
159159
- "0.76"
160-
- "0.77"
161160
- "0.78"
161+
- "0.79"
162162
retry:
163163
automatic:
164164
- exit_status: "*"
@@ -168,14 +168,14 @@ steps:
168168
key: "build-react-native-ios-fixture-new-arch-full"
169169
timeout_in_minutes: 15
170170
agents:
171-
queue: "macos-14"
171+
queue: "macos-15"
172172
env:
173173
NODE_VERSION: "18"
174174
RN_VERSION: "{{matrix}}"
175175
NOTIFIER_VERSION: '8.0.0'
176176
RCT_NEW_ARCH_ENABLED: "1"
177177
BUILD_IOS: "true"
178-
XCODE_VERSION: "15.3.0"
178+
XCODE_VERSION: "16.2.0"
179179
artifact_paths:
180180
- "test/react-native/features/fixtures/generated/new-arch/**/output/reactnative.ipa"
181181
commands:
@@ -185,8 +185,8 @@ steps:
185185
- "0.72"
186186
- "0.74"
187187
- "0.76"
188-
- "0.77"
189188
- "0.78"
189+
- "0.79"
190190
retry:
191191
automatic:
192192
- exit_status: "*"
@@ -196,14 +196,14 @@ steps:
196196
key: "build-react-native-ios-fixture-native-integration-old-arch-full"
197197
timeout_in_minutes: 30
198198
agents:
199-
queue: "macos-14"
199+
queue: "macos-15"
200200
env:
201201
NODE_VERSION: "18"
202202
RN_VERSION: "{{matrix}}"
203203
NOTIFIER_VERSION: '8.0.0'
204204
BUILD_IOS: "true"
205205
RCT_NEW_ARCH_ENABLED: "0"
206-
XCODE_VERSION: "15.3.0"
206+
XCODE_VERSION: "16.2.0"
207207
NATIVE_INTEGRATION: "1"
208208
artifact_paths:
209209
- "test/react-native/features/fixtures/generated/native-integration/old-arch/**/output/reactnative.ipa"
@@ -215,8 +215,8 @@ steps:
215215
- "0.72"
216216
- "0.74"
217217
- "0.76"
218-
- "0.77"
219218
- "0.78"
219+
- "0.79"
220220
retry:
221221
automatic:
222222
- exit_status: "*"
@@ -226,14 +226,14 @@ steps:
226226
key: "build-react-native-ios-fixture-native-integration-new-arch-full"
227227
timeout_in_minutes: 30
228228
agents:
229-
queue: "macos-14"
229+
queue: "macos-15"
230230
env:
231231
NODE_VERSION: "18"
232232
RN_VERSION: "{{matrix}}"
233233
RCT_NEW_ARCH_ENABLED: "1"
234234
NOTIFIER_VERSION: '8.0.0'
235235
BUILD_IOS: "true"
236-
XCODE_VERSION: "15.3.0"
236+
XCODE_VERSION: "16.2.0"
237237
NATIVE_INTEGRATION: "1"
238238
artifact_paths:
239239
- "test/react-native/features/fixtures/generated/native-integration/new-arch/**/output/reactnative.ipa"
@@ -244,16 +244,16 @@ steps:
244244
- "0.72"
245245
- "0.74"
246246
- "0.76"
247-
- "0.77"
248247
- "0.78"
248+
- "0.79"
249249
retry:
250250
automatic:
251251
- exit_status: "*"
252252
limit: 1
253-
254-
#
255-
# End-to-end tests
256-
#
253+
254+
#
255+
# End-to-end tests
256+
#
257257
- label: ":bitbar: :android: RN {{matrix}} Android 12 (Old Arch) end-to-end tests"
258258
depends_on: "build-react-native-android-fixture-old-arch-full"
259259
timeout_in_minutes: 30
@@ -292,8 +292,8 @@ steps:
292292
- "0.72"
293293
- "0.74"
294294
- "0.76"
295-
- "0.77"
296295
- "0.78"
296+
- "0.79"
297297

298298
- label: ":bitbar: :android: RN {{matrix}} Android 12 (New Arch) end-to-end tests"
299299
depends_on: "build-react-native-android-fixture-new-arch-full"
@@ -333,8 +333,8 @@ steps:
333333
- "0.72"
334334
- "0.74"
335335
- "0.76"
336-
- "0.77"
337336
- "0.78"
337+
- "0.79"
338338

339339
- label: ":bitbar: :android: RN {{matrix}} native integration Android 12 (Old Arch) end-to-end tests"
340340
depends_on: "build-react-native-android-fixture-native-integration-old-arch-full"
@@ -376,8 +376,8 @@ steps:
376376
- "0.72"
377377
- "0.74"
378378
- "0.76"
379-
- "0.77"
380379
- "0.78"
380+
- "0.79"
381381

382382
- label: ":bitbar: :android: RN {{matrix}} native integration Android 12 (New Arch) end-to-end tests"
383383
depends_on: "build-react-native-android-fixture-native-integration-new-arch-full"
@@ -419,8 +419,8 @@ steps:
419419
- "0.72"
420420
- "0.74"
421421
- "0.76"
422-
- "0.77"
423422
- "0.78"
423+
- "0.79"
424424

425425
- label: ":bitbar: :mac: RN {{matrix}} iOS 15 (Old Arch) end-to-end tests"
426426
depends_on: "build-react-native-ios-fixture-old-arch-full"
@@ -460,8 +460,8 @@ steps:
460460
- "0.72"
461461
- "0.74"
462462
- "0.76"
463-
- "0.77"
464463
- "0.78"
464+
- "0.79"
465465

466466
- label: ":bitbar: :mac: RN {{matrix}} iOS 15 (New Arch) end-to-end tests"
467467
depends_on: "build-react-native-ios-fixture-new-arch-full"
@@ -501,8 +501,8 @@ steps:
501501
- "0.72"
502502
- "0.74"
503503
- "0.76"
504-
- "0.77"
505504
- "0.78"
505+
- "0.79"
506506

507507
- label: ":bitbar: :mac: RN {{matrix}} native integration iOS 15 (Old Arch) end-to-end tests"
508508
depends_on: "build-react-native-ios-fixture-native-integration-old-arch-full"
@@ -544,8 +544,8 @@ steps:
544544
- "0.72"
545545
- "0.74"
546546
- "0.76"
547-
- "0.77"
548547
- "0.78"
548+
- "0.79"
549549

550550
- label: ":bitbar: :mac: RN {{matrix}} native integration iOS 15 (New Arch) end-to-end tests"
551551
depends_on: "build-react-native-ios-fixture-native-integration-new-arch-full"
@@ -587,5 +587,5 @@ steps:
587587
- "0.72"
588588
- "0.74"
589589
- "0.76"
590-
- "0.77"
591590
- "0.78"
591+
- "0.79"

0 commit comments

Comments
 (0)