Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Simulate Tagged Build
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed May 14, 2019
1 parent 340f2c8 commit e4a48fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ steps:
git clone ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO} .
git checkout ${BUILDKITE_COMMIT}
buildkite-agent artifact download build.tar.gz . --step ":darwin: [Darwin] Mojave Build"
export BUILDKITE_TAG='not-empty'
./scripts/parallel-test.sh
agents:
- "queue=mac-anka-node-fleet"
Expand Down Expand Up @@ -193,6 +194,7 @@ steps:
command: |
echo "--- :arrow_down: Downloading Build Directory"
buildkite-agent artifact download build.tar.gz . --step ":aws: Amazon Linux 2 Build"
export BUILDKITE_TAG='not-empty'
./scripts/parallel-test.sh
agents:
queue: "automation-large-builder-fleet"
Expand Down Expand Up @@ -238,6 +240,7 @@ steps:
command: |
echo "--- :arrow_down: Downloading Build Directory"
buildkite-agent artifact download build.tar.gz . --step ":centos: CentOS 7 Build"
export BUILDKITE_TAG='not-empty'
./scripts/parallel-test.sh
agents:
queue: "automation-large-builder-fleet"
Expand Down Expand Up @@ -282,6 +285,7 @@ steps:
command: |
echo "--- :arrow_down: Downloading Build Directory"
buildkite-agent artifact download build.tar.gz . --step ":ubuntu: Ubuntu 16.04 Build"
export BUILDKITE_TAG='not-empty'
./scripts/parallel-test.sh
agents:
queue: "automation-large-builder-fleet"
Expand Down Expand Up @@ -326,6 +330,7 @@ steps:
command: |
echo "--- :arrow_down: Downloading Build Directory"
buildkite-agent artifact download build.tar.gz . --step ":ubuntu: Ubuntu 18.04 Build"
export BUILDKITE_TAG='not-empty'
./scripts/parallel-test.sh
agents:
queue: "automation-large-builder-fleet"
Expand Down

0 comments on commit e4a48fd

Please sign in to comment.