Skip to content

Commit

Permalink
Correct pipeline concurrency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kirkland committed Feb 7, 2025
1 parent 64105e8 commit 6a36c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ steps:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^master|next$$"
concurrency: 25
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
Expand Down Expand Up @@ -432,7 +432,7 @@ steps:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^master|next$$"
concurrency: 25
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
Expand Down

0 comments on commit 6a36c8b

Please sign in to comment.