-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Integration tests matrix pipeline (#4959)
* [CI] Integration tests matrix pipeline * [CI] Integration tests matrix pipeline * Removed pipeline slug for integration tests hooks * Removed pipeline slug for integration tests hooks * Commented Windows AMD 64 tests from support matrix due to an issue * Commented Windows AMD 64 tests from support matrix due to an issue
- Loading branch information
Showing
4 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
|
||
env: | ||
DOCKER_REGISTRY: "docker.elastic.co" | ||
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp" | ||
|
||
steps: | ||
- label: "Integration test matrix" | ||
key: "integration-tests-matrix" | ||
command: ".buildkite/scripts/steps/integration_tests.sh stateful integration:matrix" | ||
artifact_paths: | ||
- "build/TEST-**" | ||
- "build/diagnostics/*" | ||
agents: | ||
provider: "gcp" | ||
machineType: "n1-standard-8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters