Skip to content

Commit

Permalink
Merge branch 'integration/v8' into node-breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Jul 14, 2023
2 parents 9c3231c + b72a8ce commit bee12e8
Show file tree
Hide file tree
Showing 322 changed files with 39,846 additions and 1,958 deletions.
393 changes: 94 additions & 299 deletions .buildkite/browser-pipeline.yml

Large diffs are not rendered by default.

45 changes: 10 additions & 35 deletions .buildkite/node-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,27 @@ steps:
- artifacts#v1.5.0:
download: min_packages.tar
build: ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
build:
- node-maze-runner
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
cache-from:
- node-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-node-${BRANCH_NAME}
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
push:
- node-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-node-${BRANCH_NAME}

- label: ":node: Node 12"
- label: ":node: Node {{matrix}}"
depends_on: "node-maze-runner-image"
timeout_in_minutes: 30
matrix:
- 12
- 14
- 16
- 18
plugins:
docker-compose#v3.9.0:
docker-compose#v4.12.0:
run: node-maze-runner
use-aliases: true
env:
NODE_VERSION: "12"

- label: ":node: Node 14"
depends_on: "node-maze-runner-image"
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
run: node-maze-runner
use-aliases: true
env:
NODE_VERSION: "14"

- label: ":node: Node 16"
depends_on: "node-maze-runner-image"
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
run: node-maze-runner
use-aliases: true
env:
NODE_VERSION: "16"

- label: ":node: Node 18"
depends_on: "node-maze-runner-image"
timeout_in_minutes: 30
plugins:
docker-compose#v3.9.0:
run: node-maze-runner
use-aliases: true
env:
NODE_VERSION: "18"
NODE_VERSION: "{{matrix}}"
31 changes: 16 additions & 15 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ steps:
- label: ":copyright: License Audit"
timeout_in_minutes: 20
agents:
queue: opensource-mac-cocoa-11
queue: opensource-arm-mac-cocoa-12
env:
DEVELOPER_DIR: "/Applications/Xcode12.app"
DEVELOPER_DIR: /Applications/Xcode13.4.app
command: scripts/license_finder.sh

#
Expand All @@ -18,11 +18,11 @@ steps:
key: "android-builder-base"
timeout_in_minutes: 30
plugins:
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
build: android-builder-base
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
cache-from: android-builder-base:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
push: android-builder-base:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base

#
Expand All @@ -32,15 +32,15 @@ steps:
key: "package-js"
timeout_in_minutes: 3
plugins:
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
run: minimal-packager
artifact_paths: min_packages.tar

- label: ":docker: Build and publish JS packages"
key: "publish-js"
timeout_in_minutes: 30
plugins:
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
build: publisher
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js

Expand All @@ -66,14 +66,14 @@ steps:
plugins:
- artifacts#v1.5.0:
download: min_packages.tar
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
build:
- ci
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
cache-from:
- ci:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-base-${BRANCH_NAME}
- ci:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-base
- docker-compose#v3.9.0:
- docker-compose#v4.12.0:
push:
- ci:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-base-${BRANCH_NAME}
- ci:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-base
Expand All @@ -82,23 +82,23 @@ steps:
depends_on: "ci-image"
timeout_in_minutes: 10
plugins:
docker-compose#v3.9.0:
docker-compose#v4.12.0:
run: ci
command: "npm run test:lint"

- label: "Unit tests"
depends_on: "ci-image"
timeout_in_minutes: 10
plugins:
docker-compose#v3.9.0:
docker-compose#v4.12.0:
run: ci
command: "npm run test:unit"

- label: "Type checks/tests"
depends_on: "ci-image"
timeout_in_minutes: 10
plugins:
docker-compose#v3.9.0:
docker-compose#v4.12.0:
run: ci
command: "npm run test:types"

Expand All @@ -108,6 +108,7 @@ steps:
- buildkite-agent pipeline upload .buildkite/browser-pipeline.yml

- label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: ELECTRON STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
skip: Skipped pending PLAT-10345
commands:
- buildkite-agent pipeline upload .buildkite/electron-pipeline.yml

Expand Down Expand Up @@ -148,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 v46-next"
- label: "@bugsnag/expo v48/next"
depends_on: "publish-js"
trigger: "bugsnag-expo"
build:
branch: "v46-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 v45-next"
- label: "@bugsnag/expo v47/next"
depends_on: "publish-js"
trigger: "bugsnag-expo"
build:
branch: "v45-next"
branch: "v47/next"
env:
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
Expand Down
Loading

0 comments on commit bee12e8

Please sign in to comment.