mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 04:15:23 -04:00
- split main.sh to core.sh and main.sh - rename all.sh to marathon.sh - fix vault expiry issue for long running task - fix unable to call main function - update save object runtime field `release` to return true when `version` contains "SNAPSHOT"
11 lines
No EOL
275 B
YAML
11 lines
No EOL
275 B
YAML
agents:
|
|
provider: gcp
|
|
imageProject: elastic-images-prod
|
|
image: family/platform-ingest-logstash-ubuntu-2204
|
|
machineType: "n2-standard-16"
|
|
diskSizeGb: 100
|
|
diskType: pd-ssd
|
|
|
|
steps:
|
|
- label: "Benchmark Marathon"
|
|
command: .buildkite/scripts/benchmark/marathon.sh |