@@ -19,6 +19,10 @@ steps:
19
19
run : react-native-android-builder
20
20
artifact_paths :
21
21
- build/rn0.60.apk
22
+ retry :
23
+ automatic :
24
+ - exit_status : " *"
25
+ limit : 1
22
26
23
27
- label : " :android: Build RN 0.66 apk"
24
28
key : " rn-0-66-apk"
@@ -33,6 +37,10 @@ steps:
33
37
run : react-native-android-builder
34
38
artifact_paths :
35
39
- build/rn0.66.apk
40
+ retry :
41
+ automatic :
42
+ - exit_status : " *"
43
+ limit : 1
36
44
37
45
- label : " :android: Build RN 0.67 apk"
38
46
key : " rn-0-67-apk"
@@ -47,6 +55,10 @@ steps:
47
55
run : react-native-android-builder
48
56
artifact_paths :
49
57
- build/rn0.67.apk
58
+ retry :
59
+ automatic :
60
+ - exit_status : " *"
61
+ limit : 1
50
62
51
63
- label : " :android: Build RN 0.68 Hermes apk"
52
64
key : " rn-0-68-hermes-apk"
@@ -61,6 +73,10 @@ steps:
61
73
run : react-native-android-builder
62
74
artifact_paths :
63
75
- build/rn0.68-hermes.apk
76
+ retry :
77
+ automatic :
78
+ - exit_status : " *"
79
+ limit : 1
64
80
65
81
- label : " :android: Build RN 0.69 apk"
66
82
key : " rn-0-69-apk"
@@ -75,6 +91,10 @@ steps:
75
91
run : react-native-android-builder
76
92
artifact_paths :
77
93
- build/rn0.69.apk
94
+ retry :
95
+ automatic :
96
+ - exit_status : " *"
97
+ limit : 1
78
98
79
99
- label : " :android: Build RN 0.71 (Old Arch) apk"
80
100
key : " rn-0-71-old-arch-apk"
@@ -91,6 +111,10 @@ steps:
91
111
run : react-native-android-builder
92
112
artifact_paths :
93
113
- build/rn0.71-old-arch.apk
114
+ retry :
115
+ automatic :
116
+ - exit_status : " *"
117
+ limit : 1
94
118
95
119
- label : " :android: Build RN 0.71 (New Arch) apk"
96
120
key : " rn-0-71-new-arch-apk"
@@ -107,6 +131,10 @@ steps:
107
131
run : react-native-android-builder
108
132
artifact_paths :
109
133
- build/rn0.71-new-arch.apk
134
+ retry :
135
+ automatic :
136
+ - exit_status : " *"
137
+ limit : 1
110
138
111
139
- label : " :android: Build react-navigation 0.60 apk"
112
140
key : " react-navigation-0-60-apk"
@@ -123,6 +151,10 @@ steps:
123
151
run : react-native-android-builder
124
152
artifact_paths :
125
153
- build/r_navigation_0.60.apk
154
+ retry :
155
+ automatic :
156
+ - exit_status : " *"
157
+ limit : 1
126
158
127
159
- label : " :android: Build react-navigation 0.69 apk"
128
160
key : " react-navigation-0-69-apk"
@@ -139,6 +171,10 @@ steps:
139
171
run : react-native-android-builder
140
172
artifact_paths :
141
173
- build/r_navigation_0.69.apk
174
+ retry :
175
+ automatic :
176
+ - exit_status : " *"
177
+ limit : 1
142
178
143
179
- label : " :android: Build react-native-navigation 0.60 apk"
144
180
key : " react-native-navigation-0-60-apk"
@@ -155,6 +191,10 @@ steps:
155
191
run : react-native-android-builder
156
192
artifact_paths :
157
193
- build/r_native_navigation_0.60.apk
194
+ retry :
195
+ automatic :
196
+ - exit_status : " *"
197
+ limit : 1
158
198
159
199
- label : " :android: Build react-native-navigation 0.66 apk"
160
200
key : " react-native-navigation-0-66-apk"
@@ -171,6 +211,10 @@ steps:
171
211
run : react-native-android-builder
172
212
artifact_paths :
173
213
- build/r_native_navigation_0.66.apk
214
+ retry :
215
+ automatic :
216
+ - exit_status : " *"
217
+ limit : 1
174
218
175
219
#
176
220
# End-to-end tests
@@ -197,7 +241,7 @@ steps:
197
241
env :
198
242
SKIP_NAVIGATION_SCENARIOS : " true"
199
243
concurrency : 25
200
- concurrency_group : ' bitbar-app '
244
+ concurrency_group : ' bitbar'
201
245
concurrency_method : eager
202
246
203
247
- label : " :bitbar: :android: RN 0.66 Android end-to-end tests"
@@ -222,7 +266,7 @@ steps:
222
266
env :
223
267
SKIP_NAVIGATION_SCENARIOS : " true"
224
268
concurrency : 25
225
- concurrency_group : ' bitbar-app '
269
+ concurrency_group : ' bitbar'
226
270
concurrency_method : eager
227
271
228
272
- label : " :bitbar: :android: RN 0.67 Android end-to-end tests"
@@ -248,7 +292,7 @@ steps:
248
292
SKIP_NAVIGATION_SCENARIOS : " true"
249
293
HERMES : " true"
250
294
concurrency : 25
251
- concurrency_group : ' bitbar-app '
295
+ concurrency_group : ' bitbar'
252
296
concurrency_method : eager
253
297
254
298
- label : " :bitbar: :android: RN 0.69 Android end-to-end tests"
@@ -274,7 +318,7 @@ steps:
274
318
SKIP_NAVIGATION_SCENARIOS : " true"
275
319
HERMES : " true"
276
320
concurrency : 25
277
- concurrency_group : ' bitbar-app '
321
+ concurrency_group : ' bitbar'
278
322
concurrency_method : eager
279
323
280
324
- label : " :bitbar: :android: RN 0.68 (Hermes) Android end-to-end tests"
@@ -300,7 +344,7 @@ steps:
300
344
SKIP_NAVIGATION_SCENARIOS : " true"
301
345
HERMES : " true"
302
346
concurrency : 25
303
- concurrency_group : ' bitbar-app '
347
+ concurrency_group : ' bitbar'
304
348
concurrency_method : eager
305
349
306
350
- label : " :bitbar: :android: RN 0.71 (Old Arch) Android 12 end-to-end tests"
@@ -326,7 +370,7 @@ steps:
326
370
SKIP_NAVIGATION_SCENARIOS : " true"
327
371
HERMES : " true"
328
372
concurrency : 25
329
- concurrency_group : " bitbar-app "
373
+ concurrency_group : " bitbar"
330
374
concurrency_method : eager
331
375
332
376
- label : " :bitbar: :android: RN 0.71 (New Arch) Android 12 end-to-end tests"
@@ -352,7 +396,7 @@ steps:
352
396
SKIP_NAVIGATION_SCENARIOS : " true"
353
397
HERMES : " true"
354
398
concurrency : 25
355
- concurrency_group : " bitbar-app "
399
+ concurrency_group : " bitbar"
356
400
concurrency_method : eager
357
401
358
402
- label : " :bitbar: :android: react-navigation 0.60 Android end-to-end tests"
@@ -376,7 +420,7 @@ steps:
376
420
- --aws-public-ip
377
421
- features/navigation.feature
378
422
concurrency : 25
379
- concurrency_group : ' bitbar-app '
423
+ concurrency_group : ' bitbar'
380
424
concurrency_method : eager
381
425
382
426
- label : " :bitbar: :android: react-navigation 0.69 Android end-to-end tests"
@@ -400,7 +444,7 @@ steps:
400
444
- --aws-public-ip
401
445
- features/navigation.feature
402
446
concurrency : 25
403
- concurrency_group : ' bitbar-app '
447
+ concurrency_group : ' bitbar'
404
448
concurrency_method : eager
405
449
406
450
- label : " :bitbar: :android: react-native-navigation 0.60 Android end-to-end tests"
@@ -424,7 +468,7 @@ steps:
424
468
- --aws-public-ip
425
469
- features/navigation.feature
426
470
concurrency : 25
427
- concurrency_group : ' bitbar-app '
471
+ concurrency_group : ' bitbar'
428
472
concurrency_method : eager
429
473
430
474
- label : " :bitbar: :android: react-native-navigation 0.66 Android end-to-end tests"
@@ -448,5 +492,5 @@ steps:
448
492
- --aws-public-ip
449
493
- features/navigation.feature
450
494
concurrency : 25
451
- concurrency_group : ' bitbar-app '
495
+ concurrency_group : ' bitbar'
452
496
concurrency_method : eager
0 commit comments