From 0a0032bf516f9163ee32142dcfa65ee2ab181d0f Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Mon, 10 Jul 2023 10:57:25 +0100 Subject: [PATCH 1/2] Bump Expo triggers to 47, 48 and 49 --- .buildkite/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6b0b344c5b..caf1548428 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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}" From 235f7c4246b30a9b2e0ef692e0bfa37acdccd0aa Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Mon, 10 Jul 2023 17:07:07 +0100 Subject: [PATCH 2/2] Move Firefox 78 back to BrowserStack --- .buildkite/browser-pipeline.yml | 48 +++++++++++++++++---------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/.buildkite/browser-pipeline.yml b/.buildkite/browser-pipeline.yml index ffaa740f41..030cd9d896 100644 --- a/.buildkite/browser-pipeline.yml +++ b/.buildkite/browser-pipeline.yml @@ -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" @@ -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: