mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 04:15:23 -04:00
* Utilize default agent for Health API CI. Call python scripts from directly CI step. * Change BK agent to support both Java and python. Install pip manually and send env vars to subprocess.
20 lines
No EOL
573 B
YAML
20 lines
No EOL
573 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
|
|
|
|
agents:
|
|
provider: gcp
|
|
imageProject: elastic-images-prod
|
|
image: family/platform-ingest-logstash-ubuntu-2204
|
|
machineType: "n2-standard-4"
|
|
diskSizeGb: 64
|
|
|
|
steps:
|
|
- group: ":logstash: Health API integration tests"
|
|
key: "testing-phase"
|
|
steps:
|
|
- label: "main branch"
|
|
key: "integ-tests-on-main-branch"
|
|
command:
|
|
- .buildkite/scripts/health-report-tests/main.sh
|
|
retry:
|
|
automatic:
|
|
- limit: 3 |