Skip to content

Commit 5382eea

Browse files
Merge pull request #1953 from bugsnag/tms/bs-5
Reduce BS slots to 5
2 parents 2b4d472 + cb5856f commit 5382eea

3 files changed

Lines changed: 40 additions & 40 deletions

File tree

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ steps:
167167
- --fail-fast
168168
env:
169169
SKIP_NAVIGATION_SCENARIOS: "true"
170-
concurrency: 24
170+
concurrency: 5
171171
concurrency_group: "browserstack-app"
172172
concurrency_method: eager
173173

@@ -190,7 +190,7 @@ steps:
190190
- --fail-fast
191191
env:
192192
SKIP_NAVIGATION_SCENARIOS: "true"
193-
concurrency: 24
193+
concurrency: 5
194194
concurrency_group: "browserstack-app"
195195
concurrency_method: eager
196196

@@ -214,7 +214,7 @@ steps:
214214
env:
215215
SKIP_NAVIGATION_SCENARIOS: "true"
216216
HERMES: "true"
217-
concurrency: 24
217+
concurrency: 5
218218
concurrency_group: "browserstack-app"
219219
concurrency_method: eager
220220

@@ -238,7 +238,7 @@ steps:
238238
env:
239239
SKIP_NAVIGATION_SCENARIOS: "true"
240240
HERMES: "true"
241-
concurrency: 24
241+
concurrency: 5
242242
concurrency_group: "browserstack-app"
243243
concurrency_method: eager
244244

@@ -262,7 +262,7 @@ steps:
262262
env:
263263
SKIP_NAVIGATION_SCENARIOS: "true"
264264
HERMES: "true"
265-
concurrency: 24
265+
concurrency: 5
266266
concurrency_group: "browserstack-app"
267267
concurrency_method: eager
268268

@@ -284,7 +284,7 @@ steps:
284284
- --a11y-locator
285285
- --fail-fast
286286
- features/navigation.feature
287-
concurrency: 24
287+
concurrency: 5
288288
concurrency_group: "browserstack-app"
289289
concurrency_method: eager
290290

@@ -306,7 +306,7 @@ steps:
306306
- --a11y-locator
307307
- --fail-fast
308308
- features/navigation.feature
309-
concurrency: 24
309+
concurrency: 5
310310
concurrency_group: "browserstack-app"
311311
concurrency_method: eager
312312

@@ -328,7 +328,7 @@ steps:
328328
- --a11y-locator
329329
- --fail-fast
330330
- features/navigation.feature
331-
concurrency: 24
331+
concurrency: 5
332332
concurrency_group: "browserstack-app"
333333
concurrency_method: eager
334334

@@ -350,6 +350,6 @@ steps:
350350
- --a11y-locator
351351
- --fail-fast
352352
- features/navigation.feature
353-
concurrency: 24
353+
concurrency: 5
354354
concurrency_group: "browserstack-app"
355355
concurrency_method: eager

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ steps:
536536
- --device=ANDROID_11_0
537537
- --a11y-locator
538538
- features/run-app-tests
539-
concurrency: 24
539+
concurrency: 5
540540
concurrency_group: "browserstack-app"
541541
concurrency_method: eager
542542

@@ -557,7 +557,7 @@ steps:
557557
- --device=ANDROID_11_0
558558
- --a11y-locator
559559
- features/run-app-tests
560-
concurrency: 24
560+
concurrency: 5
561561
concurrency_group: "browserstack-app"
562562
concurrency_method: eager
563563

@@ -578,7 +578,7 @@ steps:
578578
- --device=ANDROID_11_0
579579
- --a11y-locator
580580
- features/run-app-tests
581-
concurrency: 24
581+
concurrency: 5
582582
concurrency_group: "browserstack-app"
583583
concurrency_method: eager
584584

@@ -599,7 +599,7 @@ steps:
599599
- --device=ANDROID_11_0
600600
- --a11y-locator
601601
- features/run-app-tests
602-
concurrency: 24
602+
concurrency: 5
603603
concurrency_group: "browserstack-app"
604604
concurrency_method: eager
605605

@@ -620,7 +620,7 @@ steps:
620620
- --device=ANDROID_11_0
621621
- --a11y-locator
622622
- features/run-app-tests
623-
concurrency: 24
623+
concurrency: 5
624624
concurrency_group: "browserstack-app"
625625
concurrency_method: eager
626626

@@ -641,7 +641,7 @@ steps:
641641
- --device=ANDROID_11_0
642642
- --a11y-locator
643643
- features/run-app-tests
644-
concurrency: 24
644+
concurrency: 5
645645
concurrency_group: "browserstack-app"
646646
concurrency_method: eager
647647

@@ -662,7 +662,7 @@ steps:
662662
- --device=ANDROID_11_0
663663
- --a11y-locator
664664
- features/run-app-tests
665-
concurrency: 24
665+
concurrency: 5
666666
concurrency_group: "browserstack-app"
667667
concurrency_method: eager
668668

@@ -683,7 +683,7 @@ steps:
683683
- --device=ANDROID_11_0
684684
- --a11y-locator
685685
- features/run-app-tests
686-
concurrency: 24
686+
concurrency: 5
687687
concurrency_group: "browserstack-app"
688688
concurrency_method: eager
689689

@@ -704,7 +704,7 @@ steps:
704704
- --device=ANDROID_11_0
705705
- --a11y-locator
706706
- features/run-app-tests
707-
concurrency: 24
707+
concurrency: 5
708708
concurrency_group: "browserstack-app"
709709
concurrency_method: eager
710710

@@ -725,7 +725,7 @@ steps:
725725
- --device=ANDROID_12_0
726726
- --a11y-locator
727727
- features/run-app-tests
728-
concurrency: 24
728+
concurrency: 5
729729
concurrency_group: "browserstack-app"
730730
concurrency_method: eager
731731

@@ -746,7 +746,7 @@ steps:
746746
- --device=ANDROID_11_0
747747
- --a11y-locator
748748
- features/run-app-tests
749-
concurrency: 24
749+
concurrency: 5
750750
concurrency_group: "browserstack-app"
751751
concurrency_method: eager
752752

@@ -770,7 +770,7 @@ steps:
770770
- --device=IOS_14
771771
- --a11y-locator
772772
- features/run-app-tests
773-
concurrency: 24
773+
concurrency: 5
774774
concurrency_group: "browserstack-app"
775775
concurrency_method: eager
776776

@@ -791,7 +791,7 @@ steps:
791791
- --device=IOS_14
792792
- --a11y-locator
793793
- features/run-app-tests
794-
concurrency: 24
794+
concurrency: 5
795795
concurrency_group: "browserstack-app"
796796
concurrency_method: eager
797797

@@ -812,7 +812,7 @@ steps:
812812
- --device=IOS_14
813813
- --a11y-locator
814814
- features/run-app-tests
815-
concurrency: 24
815+
concurrency: 5
816816
concurrency_group: "browserstack-app"
817817
concurrency_method: eager
818818

@@ -833,7 +833,7 @@ steps:
833833
- --device=IOS_14
834834
- --a11y-locator
835835
- features/run-app-tests
836-
concurrency: 24
836+
concurrency: 5
837837
concurrency_group: "browserstack-app"
838838
concurrency_method: eager
839839

@@ -854,7 +854,7 @@ steps:
854854
- --device=IOS_14
855855
- --a11y-locator
856856
- features/run-app-tests
857-
concurrency: 24
857+
concurrency: 5
858858
concurrency_group: "browserstack-app"
859859
concurrency_method: eager
860860

@@ -875,7 +875,7 @@ steps:
875875
- --device=IOS_14
876876
- --a11y-locator
877877
- features/run-app-tests
878-
concurrency: 24
878+
concurrency: 5
879879
concurrency_group: "browserstack-app"
880880
concurrency_method: eager
881881

@@ -896,7 +896,7 @@ steps:
896896
- --device=IOS_14
897897
- --a11y-locator
898898
- features/run-app-tests
899-
concurrency: 24
899+
concurrency: 5
900900
concurrency_group: "browserstack-app"
901901
concurrency_method: eager
902902

@@ -917,7 +917,7 @@ steps:
917917
- --device=IOS_14
918918
- --a11y-locator
919919
- features/run-app-tests
920-
concurrency: 24
920+
concurrency: 5
921921
concurrency_group: "browserstack-app"
922922
concurrency_method: eager
923923

@@ -938,7 +938,7 @@ steps:
938938
- --device=IOS_14
939939
- --a11y-locator
940940
- features/run-app-tests
941-
concurrency: 24
941+
concurrency: 5
942942
concurrency_group: "browserstack-app"
943943
concurrency_method: eager
944944

@@ -959,7 +959,7 @@ steps:
959959
- --device=IOS_14
960960
- --a11y-locator
961961
- features/run-app-tests
962-
concurrency: 24
962+
concurrency: 5
963963
concurrency_group: "browserstack-app"
964964
concurrency_method: eager
965965

@@ -980,6 +980,6 @@ steps:
980980
- --device=IOS_14
981981
- --a11y-locator
982982
- features/run-app-tests
983-
concurrency: 24
983+
concurrency: 5
984984
concurrency_group: "browserstack-app"
985985
concurrency_method: eager

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ steps:
160160
- --fail-fast
161161
env:
162162
SKIP_NAVIGATION_SCENARIOS: "true"
163-
concurrency: 24
163+
concurrency: 5
164164
concurrency_group: "browserstack-app"
165165
concurrency_method: eager
166166

@@ -184,7 +184,7 @@ steps:
184184
- --fail-fast
185185
env:
186186
SKIP_NAVIGATION_SCENARIOS: "true"
187-
concurrency: 24
187+
concurrency: 5
188188
concurrency_group: "browserstack-app"
189189
concurrency_method: eager
190190

@@ -209,7 +209,7 @@ steps:
209209
env:
210210
SKIP_NAVIGATION_SCENARIOS: "true"
211211
HERMES: "true"
212-
concurrency: 24
212+
concurrency: 5
213213
concurrency_group: "browserstack-app"
214214
concurrency_method: eager
215215

@@ -234,7 +234,7 @@ steps:
234234
env:
235235
SKIP_NAVIGATION_SCENARIOS: "true"
236236
HERMES: "true"
237-
concurrency: 24
237+
concurrency: 5
238238
concurrency_group: "browserstack-app"
239239
concurrency_method: eager
240240
#
@@ -259,7 +259,7 @@ steps:
259259
env:
260260
SKIP_NAVIGATION_SCENARIOS: "true"
261261
HERMES: "true"
262-
concurrency: 24
262+
concurrency: 5
263263
concurrency_group: "browserstack-app"
264264
concurrency_method: eager
265265

@@ -284,7 +284,7 @@ steps:
284284
- --appium-version=1.18.0
285285
- --fail-fast
286286
- features/navigation.feature
287-
concurrency: 24
287+
concurrency: 5
288288
concurrency_group: "browserstack-app"
289289
concurrency_method: eager
290290

@@ -307,7 +307,7 @@ steps:
307307
- --appium-version=1.21.0
308308
- --fail-fast
309309
- features/navigation.feature
310-
concurrency: 24
310+
concurrency: 5
311311
concurrency_group: "browserstack-app"
312312
concurrency_method: eager
313313

@@ -332,7 +332,7 @@ steps:
332332
- --a11y-locator
333333
- --fail-fast
334334
- features/navigation.feature
335-
concurrency: 24
335+
concurrency: 5
336336
concurrency_group: "browserstack-app"
337337
concurrency_method: eager
338338

@@ -357,6 +357,6 @@ steps:
357357
- --appium-version=1.18.0
358358
- --fail-fast
359359
- features/navigation.feature
360-
concurrency: 24
360+
concurrency: 5
361361
concurrency_group: "browserstack-app"
362362
concurrency_method: eager

0 commit comments

Comments
 (0)