From 1c89eed713b79479da22a01cb5b506abffe87a50 Mon Sep 17 00:00:00 2001 From: Joe Haines Date: Fri, 2 Dec 2022 15:03:49 +0000 Subject: [PATCH 1/3] Bump Expo branches to latest 3 --- .buildkite/pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f203b7dea2..a57fda3b5a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -136,33 +136,33 @@ steps: commands: - buildkite-agent pipeline upload .buildkite/react-native-cli-pipeline.yml - - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO 46 PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" + - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" 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}" # a branch name that's safe to use as a docker cache identifier BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}" - - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO 45 PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" + - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO 46 PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" depends_on: "publish-js" trigger: "bugsnag-expo" build: - branch: v45-next + branch: "v46-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: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO 44 PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" + - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO 45 PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" depends_on: "publish-js" trigger: "bugsnag-expo" build: - branch: v44-next + branch: "v45-next" env: BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}" BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}" From bd918fdbccd855b7b8828e6be831daba8cf30d85 Mon Sep 17 00:00:00 2001 From: Joe Haines Date: Fri, 2 Dec 2022 15:05:29 +0000 Subject: [PATCH 2/3] Always build against the latest @bugsnag/expo This means we don't need to bump this manually every time (though we still should to make sure the other versions are up-to-date) --- .buildkite/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a57fda3b5a..d4a9227fac 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -140,7 +140,8 @@ steps: depends_on: "publish-js" trigger: "bugsnag-expo" build: - branch: "v47/next" + # don't specify 'branch' here so we build the default branch in the expo + # repo, which should be the most up-to-date @bugsnag/expo version env: BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}" BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}" From 76f21d0f5963ef72103293623cb44e07efb895e1 Mon Sep 17 00:00:00 2001 From: Joe Haines Date: Fri, 2 Dec 2022 15:09:38 +0000 Subject: [PATCH 3/3] Make labels easier to read MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔵 --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d4a9227fac..79fde3f2c2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -136,7 +136,7 @@ steps: commands: - buildkite-agent pipeline upload .buildkite/react-native-cli-pipeline.yml - - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" + - label: "@bugsnag/expo latest" depends_on: "publish-js" trigger: "bugsnag-expo" build: @@ -148,7 +148,7 @@ steps: # a branch name that's safe to use as a docker cache identifier BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}" - - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO 46 PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" + - label: "@bugsnag/expo v46-next" depends_on: "publish-js" trigger: "bugsnag-expo" build: @@ -159,7 +159,7 @@ steps: # a branch name that's safe to use as a docker cache identifier BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}" - - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: EXPO 45 PIPELINE :large_blue_circle: :large_blue_circle: :large_blue_circle:" + - label: "@bugsnag/expo v45-next" depends_on: "publish-js" trigger: "bugsnag-expo" build: