Skip to content

Commit

Permalink
[CI] Add packaging step to integration matrix pipeline (#5168)
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone authored Jul 25, 2024
1 parent 907cfa7 commit 29e752f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .buildkite/pipeline.integration-test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,22 @@ env:
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"

steps:
- label: "Integration tests: packaging"
key: "package-it"
command: ".buildkite/scripts/steps/integration-package.sh"
artifact_paths:
- build/distributions/**
agents:
provider: "gcp"
machineType: "n1-standard-8"

- label: "Integration test matrix"
key: "integration-tests-matrix"
command: ".buildkite/scripts/steps/integration_tests.sh stateful integration:matrix"
depends_on: "package-it"
command: |
echo "~~~ Downloading artifacts"
buildkite-agent artifact download build/distributions/** . --step 'package-it'
.buildkite/scripts/steps/integration_tests.sh stateful integration:matrix
artifact_paths:
- "build/TEST-**"
- "build/diagnostics/*"
Expand Down

0 comments on commit 29e752f

Please sign in to comment.