Skip to content

Commit

Permalink
cut down pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Sep 18, 2024
1 parent d7759f3 commit a09db1d
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ steps:
#
# Java 11 Android builder base - used by React Native and React Native CLI (< 0.73)
#
- label: ":docker: Build Java 11 Android Builder base image"
key: "android-builder-base-java-11"
timeout_in_minutes: 30
plugins:
- docker-compose#v4.12.0:
build: android-builder-base-java-11
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
cache-from: android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
- docker-compose#v4.12.0:
push: android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
retry:
automatic:
- exit_status: "*"
limit: 1
# - label: ":docker: Build Java 11 Android Builder base image"
# key: "android-builder-base-java-11"
# timeout_in_minutes: 30
# plugins:
# - docker-compose#v4.12.0:
# build: android-builder-base-java-11
# image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
# cache-from: android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
# - docker-compose#v4.12.0:
# push: android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
# retry:
# automatic:
# - exit_status: "*"
# limit: 1

#
# Publish/package notifier
Expand Down Expand Up @@ -53,17 +53,17 @@ steps:
- exit_status: "*"
limit: 1

- label: ":aws-lambda: AWS Lambda tests"
timeout_in_minutes: 35
agents:
queue: "opensource-mac-cocoa-10.15"
commands:
# force the NPM registry as the default on CI is artifactory, which can't
# currently install from our lockfile
- npm ci --registry https://registry.npmjs.org
- cd test/aws-lambda
- bundle install
- bundle exec maze-runner
# - label: ":aws-lambda: AWS Lambda tests"
# timeout_in_minutes: 35
# agents:
# queue: "opensource-mac-cocoa-10.15"
# commands:
# # force the NPM registry as the default on CI is artifactory, which can't
# # currently install from our lockfile
# - npm ci --registry https://registry.npmjs.org
# - cd test/aws-lambda
# - bundle install
# - bundle exec maze-runner

#
# Core tests and checks
Expand Down Expand Up @@ -115,19 +115,19 @@ steps:
run: ci
command: "npm run test:types"

- label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: BROWSER STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
depends_on: "package-js"
commands:
- buildkite-agent pipeline upload .buildkite/basic/browser-pipeline.yml
# - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: BROWSER STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
# depends_on: "package-js"
# commands:
# - buildkite-agent pipeline upload .buildkite/basic/browser-pipeline.yml

- label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: ELECTRON STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
commands:
- buildkite-agent pipeline upload .buildkite/basic/electron-pipeline.yml
# - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: ELECTRON STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
# commands:
# - buildkite-agent pipeline upload .buildkite/basic/electron-pipeline.yml

- label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: NODE STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
depends_on: "package-js"
commands:
- buildkite-agent pipeline upload .buildkite/basic/node-pipeline.yml
# - label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: NODE STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
# depends_on: "package-js"
# commands:
# - buildkite-agent pipeline upload .buildkite/basic/node-pipeline.yml

- label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: REACT NATIVE (ANDROID) STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
depends_on:
Expand Down

0 comments on commit a09db1d

Please sign in to comment.