Skip to content

Commit

Permalink
Merge pull request #1741 from bugsnag/release/v7.16.5
Browse files Browse the repository at this point in the history
Release v7.16.5
  • Loading branch information
gingerbenw authored May 18, 2022
2 parents 2005796 + 4102691 commit 49b4d6c
Show file tree
Hide file tree
Showing 17 changed files with 393 additions and 80 deletions.
113 changes: 95 additions & 18 deletions .buildkite/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ steps:
- docker-compose#v3.9.0:
push:
- browser-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-browser-${BRANCH_NAME}
#
- label: ':chrome: v30 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=chrome_30
concurrency: 5
concurrency_group: 'browserstack'

- label: ':chrome: v43 Browser tests'
depends_on: "browser-maze-runner-image"
Expand All @@ -29,7 +44,7 @@ steps:
command:
- --farm=bs
- --browser=chrome_43
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

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

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

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

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

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

- label: ':ie: v11 Browser tests'
Expand All @@ -121,7 +136,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 +151,7 @@ steps:
command:
- --farm=bs
- --browser=edge_14
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

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

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

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

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

- label: ':safari: v15 Browser tests'
Expand All @@ -211,7 +226,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,10 +243,27 @@ steps:
- --browser=iphone_7
env:
HOST: "bs-local.com"
concurrency: 2
concurrency_group: 'browserstack'

- label: ':iphone: iOS 15.4 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=iphone_13
env:
HOST: "bs-local.com"
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Samsung Galaxy S8 Browser tests'
- label: ':android: Android 4.4 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
Expand All @@ -242,10 +274,55 @@ steps:
verbose: true
command:
- --farm=bs
- --browser=android_s8
- --browser=android_nexus5
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Android 5.0 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=android_s6
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Android 6.0 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=android_s7
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Android 7.0 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=android_s8
concurrency: 2
concurrency_group: 'browserstack'

- label: ':firefox: v30 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
Expand All @@ -258,7 +335,7 @@ steps:
command:
- --farm=bs
- --browser=firefox_30
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

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

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

0 comments on commit 49b4d6c

Please sign in to comment.