Skip to content

Commit f357d4e

Browse files
Merge pull request #85 from bugsnag/tms/bitbar-group
Rationalise BitBar CI concurrency group
2 parents a89c7d7 + 18a2fd1 commit f357d4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.buildkite/pipeline.full.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ steps:
117117
- '--no-tunnel'
118118
- '--aws-public-ip'
119119
concurrency: 25
120-
concurrency_group: bitbar-app
120+
concurrency_group: bitbar
121121
concurrency_method: eager
122122
- label: ':android: Build Android test fixture for Unity 2022'
123123
timeout_in_minutes: 30
@@ -161,7 +161,7 @@ steps:
161161
- '--no-tunnel'
162162
- '--aws-public-ip'
163163
concurrency: 25
164-
concurrency_group: bitbar-app
164+
concurrency_group: bitbar
165165
concurrency_method: eager
166166
- label: ':ios: Generate Xcode project - Unity 2020'
167167
timeout_in_minutes: 30
@@ -226,7 +226,7 @@ steps:
226226
- '--no-tunnel'
227227
- '--aws-public-ip'
228228
concurrency: 25
229-
concurrency_group: bitbar-app
229+
concurrency_group: bitbar
230230
concurrency_method: eager
231231
- label: ':ios: Generate Xcode project - Unity 2022'
232232
timeout_in_minutes: 30
@@ -291,5 +291,5 @@ steps:
291291
- '--no-tunnel'
292292
- '--aws-public-ip'
293293
concurrency: 25
294-
concurrency_group: bitbar-app
294+
concurrency_group: bitbar
295295
concurrency_method: eager

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ steps:
149149
- '--no-tunnel'
150150
- '--aws-public-ip'
151151
concurrency: 25
152-
concurrency_group: bitbar-app
152+
concurrency_group: bitbar
153153
concurrency_method: eager
154154
- label: ':ios: Generate Xcode project - Unity 2021'
155155
timeout_in_minutes: 30
@@ -214,7 +214,7 @@ steps:
214214
- '--no-tunnel'
215215
- '--aws-public-ip'
216216
concurrency: 25
217-
concurrency_group: bitbar-app
217+
concurrency_group: bitbar
218218
concurrency_method: eager
219219
- label: Conditionally trigger full set of tests
220220
timeout_in_minutes: 30

0 commit comments

Comments
 (0)