Skip to content

Commit

Permalink
added analytics plugin (elastic#6145)
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan authored Nov 26, 2024
1 parent 15e1e95 commit ccf4da5
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ steps:
provider: "gcp"
machineType: "n1-standard-8"
image: "family/platform-ingest-elastic-agent-windows-2022"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true
matrix:
- default
- fleet
Expand All @@ -64,6 +70,12 @@ steps:
provider: "gcp"
machineType: "n1-standard-8"
image: "family/platform-ingest-elastic-agent-windows-2022"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true
matrix:
- default

Expand All @@ -83,6 +95,12 @@ steps:
provider: "gcp"
machineType: "n1-standard-8"
image: "family/platform-ingest-elastic-agent-ubuntu-2404"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true
matrix:
- default

Expand All @@ -96,6 +114,12 @@ steps:
provider: "gcp"
machineType: "n1-standard-8"
image: "family/platform-ingest-elastic-agent-ubuntu-2404"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true
matrix:
- default
- container
Expand All @@ -118,6 +142,12 @@ steps:
provider: "aws"
imagePrefix: "platform-ingest-beats-ubuntu-2404-aarch64"
instanceType: "m6g.2xlarge"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true
matrix:
- default
- container
Expand All @@ -140,6 +170,12 @@ steps:
provider: "aws"
imagePrefix: "platform-ingest-beats-ubuntu-2404-aarch64"
instanceType: "m6g.xlarge"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true
matrix:
- default

Expand All @@ -159,6 +195,12 @@ steps:
provider: "gcp"
machineType: "n1-standard-8"
image: "family/platform-ingest-elastic-agent-rhel-8"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true

- label: ESS stack cleanup
depends_on:
Expand Down

0 comments on commit ccf4da5

Please sign in to comment.