Skip to content

Commit

Permalink
Merge pull request #1733 from bugsnag/tms/2-browsers
Browse files Browse the repository at this point in the history
Reduce browser testing concurrency to 2
  • Loading branch information
twometresteve authored May 5, 2022
2 parents 8a3db27 + c9c2c70 commit b0359a0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .buildkite/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
command:
- --farm=bs
- --browser=chrome_43
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':chrome: v61 Browser tests'
Expand All @@ -44,7 +44,7 @@ steps:
command:
- --farm=bs
- --browser=chrome_61
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':chrome: latest Browser tests'
Expand All @@ -59,7 +59,7 @@ steps:
command:
- --farm=bs
- --browser=chrome_latest
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v8 Browser tests'
Expand All @@ -74,7 +74,7 @@ steps:
command:
- --farm=bs
- --browser=ie_8
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v9 Browser tests'
Expand All @@ -89,7 +89,7 @@ steps:
command:
- --farm=bs
- --browser=ie_9
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v10 Browser tests'
Expand All @@ -104,7 +104,7 @@ steps:
command:
- --farm=bs
- --browser=ie_10
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v11 Browser tests'
Expand All @@ -121,7 +121,7 @@ steps:
- --browser=ie_11
env:
HOST: 'localhost' # IE11 needs the host set to localhost for some reason!ß
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':edge: v14 Browser tests'
Expand All @@ -136,7 +136,7 @@ steps:
command:
- --farm=bs
- --browser=edge_14
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':edge: v15 Browser tests'
Expand All @@ -151,7 +151,7 @@ steps:
command:
- --farm=bs
- --browser=edge_15
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v6 Browser tests'
Expand All @@ -166,7 +166,7 @@ steps:
command:
- --farm=bs
- --browser=safari_6
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v10 Browser tests'
Expand All @@ -181,7 +181,7 @@ steps:
command:
- --farm=bs
- --browser=safari_10
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v13 Browser tests'
Expand All @@ -196,7 +196,7 @@ steps:
command:
- --farm=bs
- --browser=safari_13
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v15 Browser tests'
Expand All @@ -211,7 +211,7 @@ steps:
command:
- --farm=bs
- --browser=safari_15
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':iphone: iOS 10.3 Browser tests'
Expand All @@ -228,7 +228,7 @@ steps:
- --browser=iphone_7
env:
HOST: "bs-local.com"
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':android: Samsung Galaxy S8 Browser tests'
Expand All @@ -243,7 +243,7 @@ steps:
command:
- --farm=bs
- --browser=android_s8
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':firefox: v30 Browser tests'
Expand All @@ -258,7 +258,7 @@ steps:
command:
- --farm=bs
- --browser=firefox_30
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':firefox: v56 Browser tests'
Expand All @@ -273,7 +273,7 @@ steps:
command:
- --farm=bs
- --browser=firefox_56
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':firefox: latest Browser tests'
Expand All @@ -288,5 +288,5 @@ steps:
command:
- --farm=bs
- --browser=firefox_latest
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

0 comments on commit b0359a0

Please sign in to comment.