Skip to content

Commit

Permalink
Merge pull request #127 from bugsnag/tms/v47-bs-5
Browse files Browse the repository at this point in the history
Reduce BS slots to 5
  • Loading branch information
twometresteve authored Apr 24, 2023
2 parents 6b1f06d + 2a80b4d commit b0f3ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
concurrency: 24
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

Expand All @@ -90,7 +90,7 @@ steps:
- --appium-version=1.21.0
- --retry=2
- --order=random
concurrency: 24
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

Expand All @@ -114,6 +114,6 @@ steps:
- --appium-version=1.17.0
- --retry=2
- --order=random
concurrency: 24
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

0 comments on commit b0f3ee5

Please sign in to comment.