3636 timeout_in_minutes : 10
3737 agents :
3838 queue : macos-15
39+ env :
40+ JAVA_VERSION : 17
3941 command : ' ./gradlew clean assembleRelease check --scan'
4042
4143 #
6466 - " --aws-public-ip"
6567 - " --farm=bb"
6668 - " --device=ANDROID_9"
69+ - " --repeater-api-key="
70+ - " --hub-repeater-api-key="
6771 test-collector#v1.10.2:
6872 files : " reports/TEST-*.xml"
6973 format : " junit"
8993 - " --appium-version=1.22.0"
9094 - " --farm=bs"
9195 - " --device=ANDROID_9"
96+ - " --repeater-api-key="
97+ - " --hub-repeater-api-key="
9298 test-collector#v1.10.2:
9399 files : " reports/TEST-*.xml"
94100 format : " junit"
@@ -122,6 +128,8 @@ steps:
122128 - " --aws-public-ip"
123129 - " --farm=bb"
124130 - " --device=ANDROID_9"
131+ - " --repeater-api-key="
132+ - " --hub-repeater-api-key="
125133 test-collector#v1.10.2:
126134 files : " reports/TEST-*.xml"
127135 format : " junit"
@@ -151,6 +159,8 @@ steps:
151159 - " --appium-version=1.22.0"
152160 - " --farm=bs"
153161 - " --device=ANDROID_9"
162+ - " --repeater-api-key="
163+ - " --hub-repeater-api-key="
154164 test-collector#v1.10.2:
155165 files : " reports/TEST-*.xml"
156166 format : " junit"
@@ -186,6 +196,8 @@ steps:
186196 - " --device=ANDROID_7"
187197 - " --exclude=features/full_tests/[^a-k].*.feature"
188198 - " --exclude=features/full_tests/anr.feature"
199+ - " --repeater-api-key="
200+ - " --hub-repeater-api-key="
189201 test-collector#v1.10.2:
190202 files : " reports/TEST-*.xml"
191203 format : " junit"
@@ -220,6 +232,8 @@ steps:
220232 - " --aws-public-ip"
221233 - " --farm=bb"
222234 - " --device=ANDROID_7"
235+ - " --repeater-api-key="
236+ - " --hub-repeater-api-key="
223237 test-collector#v1.10.2:
224238 files : " reports/TEST-*.xml"
225239 format : " junit"
@@ -230,14 +244,13 @@ steps:
230244 concurrency_group : ' bitbar'
231245 concurrency_method : eager
232246
233-
234- - label : ' :browserstack: Android 7 NDK r19 end-to-end tests - ANRs'
247+ - label : ' :bitbar: Android 7 NDK r19 end-to-end tests - ANRs'
235248 depends_on : " fixture-r19"
236249 timeout_in_minutes : 30
237250 plugins :
238251 artifacts#v1.9.0:
239252 download :
240- - " build/bs- fixture-r19-url.txt"
253+ - " build/fixture-r19-url.txt"
241254 - " build/fixture-r19/*"
242255 upload :
243256 - " maze_output/failed/**/*"
@@ -248,18 +261,22 @@ steps:
248261 service-ports : true
249262 command :
250263 - " features/full_tests/anr.feature"
251- - " --app=@build/bs- fixture-r19-url.txt"
264+ - " --app=@build/fixture-r19-url.txt"
252265 - " --appium-version=1.22.0"
253- - " --farm=bs"
266+ - " --no-tunnel"
267+ - " --aws-public-ip"
268+ - " --farm=bb"
254269 - " --device=ANDROID_7"
270+ - " --repeater-api-key="
271+ - " --hub-repeater-api-key="
255272 test-collector#v1.10.2:
256273 files : " reports/TEST-*.xml"
257274 format : " junit"
258275 branch : " ^main|next$$"
259276 env :
260277 TEST_FIXTURE_SYMBOL_DIR : " build/fixture-r19"
261- concurrency : 5
262- concurrency_group : ' browserstack-app '
278+ concurrency : 25
279+ concurrency_group : ' bitbar '
263280 concurrency_method : eager
264281
265282 - label : ' :bitbar: Android 8 NDK r19 end-to-end tests - batch 1'
@@ -285,6 +302,8 @@ steps:
285302 - " --device=ANDROID_8"
286303 - " --exclude=features/full_tests/[^a-k].*.feature"
287304 - " --exclude=features/full_tests/anr.feature"
305+ - " --repeater-api-key="
306+ - " --hub-repeater-api-key="
288307 test-collector#v1.10.2:
289308 files : " reports/TEST-*.xml"
290309 format : " junit"
@@ -318,6 +337,8 @@ steps:
318337 - " --aws-public-ip"
319338 - " --farm=bb"
320339 - " --device=ANDROID_8"
340+ - " --repeater-api-key="
341+ - " --hub-repeater-api-key="
321342 test-collector#v1.10.2:
322343 files : " reports/TEST-*.xml"
323344 format : " junit"
@@ -348,6 +369,8 @@ steps:
348369 - " --appium-version=1.22.0"
349370 - " --farm=bs"
350371 - " --device=ANDROID_8"
372+ - " --repeater-api-key="
373+ - " --hub-repeater-api-key="
351374 test-collector#v1.10.2:
352375 files : " reports/TEST-*.xml"
353376 format : " junit"
0 commit comments