Skip to content

Commit d306063

Browse files
Merge pull request #2218 from bugsnag/tms/android-7-anr
Move Android 7 ANR tests to BitBar
2 parents e40b70e + dc538ff commit d306063

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

.buildkite/pipeline.full.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,13 @@ steps:
230230
concurrency_group: 'bitbar'
231231
concurrency_method: eager
232232

233-
234-
- label: ':browserstack: Android 7 NDK r19 end-to-end tests - ANRs'
233+
- label: ':bitbar: Android 7 NDK r19 end-to-end tests - ANRs'
235234
depends_on: "fixture-r19"
236235
timeout_in_minutes: 30
237236
plugins:
238237
artifacts#v1.9.0:
239238
download:
240-
- "build/bs-fixture-r19-url.txt"
239+
- "build/fixture-r19-url.txt"
241240
- "build/fixture-r19/*"
242241
upload:
243242
- "maze_output/failed/**/*"
@@ -248,18 +247,20 @@ steps:
248247
service-ports: true
249248
command:
250249
- "features/full_tests/anr.feature"
251-
- "--app=@build/bs-fixture-r19-url.txt"
250+
- "--app=@build/fixture-r19-url.txt"
252251
- "--appium-version=1.22.0"
253-
- "--farm=bs"
252+
- "--no-tunnel"
253+
- "--aws-public-ip"
254+
- "--farm=bb"
254255
- "--device=ANDROID_7"
255256
test-collector#v1.10.2:
256257
files: "reports/TEST-*.xml"
257258
format: "junit"
258259
branch: "^main|next$$"
259260
env:
260261
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
261-
concurrency: 5
262-
concurrency_group: 'browserstack-app'
262+
concurrency: 25
263+
concurrency_group: 'bitbar'
263264
concurrency_method: eager
264265

265266
- label: ':bitbar: Android 8 NDK r19 end-to-end tests - batch 1'

.buildkite/pipeline.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ steps:
140140
concurrency_group: 'bitbar'
141141
concurrency_method: eager
142142

143-
- label: ':browserstack: Android 7 NDK r19 ANR smoke tests'
143+
- label: ':bitbar: Android 7 NDK r19 ANR smoke tests'
144144
depends_on: "fixture-r19"
145145
timeout_in_minutes: 30
146146
plugins:
147147
artifacts#v1.9.0:
148148
download:
149-
- "build/bs-fixture-r19-url.txt"
149+
- "build/fixture-r19-url.txt"
150150
- "build/fixture-r19/*"
151151
upload:
152152
- "maze_output/failed/**/*"
@@ -157,18 +157,20 @@ steps:
157157
service-ports: true
158158
command:
159159
- "features/smoke_tests/01_anr.feature"
160-
- "--app=@build/bs-fixture-r19-url.txt"
160+
- "--app=@build/fixture-r19-url.txt"
161161
- "--appium-version=1.22.0"
162-
- "--farm=bs"
162+
- "--no-tunnel"
163+
- "--aws-public-ip"
164+
- "--farm=bb"
163165
- "--device=ANDROID_7"
164166
test-collector#v1.10.2:
165167
files: "reports/TEST-*.xml"
166168
format: "junit"
167169
branch: "^main|next$$"
168170
env:
169171
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
170-
concurrency: 5
171-
concurrency_group: 'browserstack-app'
172+
concurrency: 25
173+
concurrency_group: 'bitbar'
172174
concurrency_method: eager
173175

174176
- label: ':bitbar: Android 8 NDK r19 smoke tests'

0 commit comments

Comments
 (0)