Skip to content

Commit

Permalink
Merge pull request #1989 from bugsnag/tms/bump-expo
Browse files Browse the repository at this point in the history
Bump Expo triggers to 47, 48 and 49
  • Loading branch information
twometresteve authored Jul 12, 2023
2 parents bc61c6e + 235f7c4 commit 027aec3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
48 changes: 25 additions & 23 deletions .buildkite/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,32 @@ steps:
concurrency_group: "bitbar-web"
concurrency_method: eager

- label: ":bitbar: {{matrix}} Browser tests (EU hub)"
matrix:
# Skipped pending PLAT-10590
# - label: ":bitbar: {{matrix}} Browser tests (EU hub)"
# matrix:
# - chrome_43
# - chrome_72
- firefox_78
depends_on: "browser-maze-runner-bb"
timeout_in_minutes: 30
plugins:
docker-compose#v4.12.0:
pull: browser-maze-runner-bb
run: browser-maze-runner-bb
service-ports: true
use-aliases: true
command:
- "--farm=bb"
- "--browser={{matrix}}"
- "--no-tunnel"
- "--aws-public-ip"
- "--selenium-server=https://eu-desktop-hub.bitbar.com/wd/hub"
artifacts#v1.5.0:
upload:
- "./test/browser/maze_output/failed/**/*"
concurrency: 5
concurrency_group: "bitbar-web"
concurrency_method: eager
# - firefox_78
# depends_on: "browser-maze-runner-bb"
# timeout_in_minutes: 30
# plugins:
# docker-compose#v4.12.0:
# pull: browser-maze-runner-bb
# run: browser-maze-runner-bb
# service-ports: true
# use-aliases: true
# command:
# - "--farm=bb"
# - "--browser={{matrix}}"
# - "--no-tunnel"
# - "--aws-public-ip"
# - "--selenium-server=https://eu-desktop-hub.bitbar.com/wd/hub"
# artifacts#v1.5.0:
# upload:
# - "./test/browser/maze_output/failed/**/*"
# concurrency: 5
# concurrency_group: "bitbar-web"
# concurrency_method: eager

- label: ":bitbar: ie_11 Browser tests"
depends_on: "browser-maze-runner-bb"
Expand Down Expand Up @@ -128,6 +129,7 @@ steps:
# TODO: Move these to BitBar
- chrome_43
- chrome_72
- firefox_78
depends_on: "browser-maze-runner-bs"
timeout_in_minutes: 30
plugins:
Expand Down
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,22 +149,22 @@ steps:
# a branch name that's safe to use as a docker cache identifier
BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}"

- label: "@bugsnag/expo v47-next"
- label: "@bugsnag/expo v48/next"
depends_on: "publish-js"
trigger: "bugsnag-expo"
build:
branch: "v47/next"
branch: "v48/next"
env:
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
# a branch name that's safe to use as a docker cache identifier
BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}"

- label: "@bugsnag/expo v46-next"
- label: "@bugsnag/expo v47/next"
depends_on: "publish-js"
trigger: "bugsnag-expo"
build:
branch: "v46-next"
branch: "v47/next"
env:
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
Expand Down

0 comments on commit 027aec3

Please sign in to comment.