Skip to content

Commit

Permalink
Merge pull request #1913 from bugsnag/release/v7.19.0
Browse files Browse the repository at this point in the history
Release v7.19.0
  • Loading branch information
gingerbenw authored Jan 26, 2023
2 parents 4134d6a + 11b48d8 commit 2fa6cec
Show file tree
Hide file tree
Showing 103 changed files with 22,525 additions and 6,343 deletions.
128 changes: 91 additions & 37 deletions .buildkite/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,37 +37,43 @@ steps:
#
# BitBar tests
#
- label: ":firefox: 101 Browser tests"
- label: ":firefox: v107 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
command:
- --farm=bb
- --browser=firefox_101
- --browser=firefox_107
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "bitbar-web"

- label: ":chrome: v102 Browser tests"
- label: ":chrome: v108 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
command:
- --farm=bb
- --browser=chrome_102
- --browser=chrome_108
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "bitbar-web"

- label: ":ie: v11 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -76,36 +82,28 @@ steps:
command:
- --farm=bb
- --browser=ie_11
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
env:
HOST: "localhost" # IE11 needs the host set to localhost for some reason
concurrency: 5
concurrency_group: "bitbar-web"

- label: ":edge: v102 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
command:
- --farm=bb
- --browser=edge_102
concurrency: 5
concurrency_group: "bitbar-web"

- label: ":safari: 15 Browser tests"
- label: ":edge: v106 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
command:
- --farm=bb
- --browser=safari_15
- --browser=edge_106
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "bitbar-web"

Expand All @@ -114,7 +112,7 @@ steps:
#
- label: ":android: Android 4.4 Browser tests"
depends_on: "browser-maze-runner-legacy"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner-legacy
Expand All @@ -123,12 +121,15 @@ steps:
command:
- --farm=bs
- --browser=android_nexus5
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "browserstack"

- label: ":chrome: v43 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -137,12 +138,15 @@ steps:
command:
- --farm=bs
- --browser=chrome_43
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":chrome: v72 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -151,12 +155,15 @@ steps:
command:
- --farm=bs
- --browser=chrome_72
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":ie: v8 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -165,12 +172,15 @@ steps:
command:
- --farm=bs
- --browser=ie_8
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":ie: v9 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -179,12 +189,15 @@ steps:
command:
- --farm=bs
- --browser=ie_9
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":ie: v10 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -193,12 +206,15 @@ steps:
command:
- --farm=bs
- --browser=ie_10
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":edge: v17 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -207,12 +223,15 @@ steps:
command:
- --farm=bs
- --browser=edge_17
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":safari: v10 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -221,12 +240,32 @@ steps:
command:
- --farm=bs
- --browser=safari_10
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":safari: 16 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
command:
- --farm=bs
- --browser=safari_16
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":iphone: iOS 10.3 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -235,14 +274,17 @@ steps:
command:
- --farm=bs
- --browser=iphone_7
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
env:
HOST: "bs-local.com"
concurrency: 2
concurrency_group: "browserstack"

- label: ":iphone: iOS 15.4 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -251,14 +293,17 @@ steps:
command:
- --farm=bs
- --browser=iphone_13
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
env:
HOST: "bs-local.com"
concurrency: 5
concurrency_group: "browserstack"

- label: ":android: Android 6.0 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -267,12 +312,15 @@ steps:
command:
- --farm=bs
- --browser=android_s7
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "browserstack"

- label: ":android: Android 7.0 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -281,12 +329,15 @@ steps:
command:
- --farm=bs
- --browser=android_s8
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"

- label: ":firefox: v78 Browser tests"
depends_on: "browser-maze-runner"
timeout_in_minutes: 20
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
Expand All @@ -295,5 +346,8 @@ steps:
command:
- --farm=bs
- --browser=firefox_78
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 2
concurrency_group: "browserstack"
Loading

0 comments on commit 2fa6cec

Please sign in to comment.