mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
(cherry picked from commit 8eb08e1382
)
This commit is contained in:
parent
5884ecd582
commit
ed565110f5
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
|
||||
# Before adding an Operating System to the JDK matrix:
|
||||
# - Ensure the image is available in https://github.com/elastic/ci-agent-images/blob/main/vm-images/platform-ingest/logstash-multi-jdk.yml
|
||||
# - If image doesn't exist, review https://docs.elastic.dev/ingest-dev-docs/engineer-productivity/custom-ci-images
|
||||
|
||||
env:
|
||||
DEFAULT_MATRIX_OS: "ubuntu-2204"
|
||||
|
@ -37,6 +40,12 @@ steps:
|
|||
value: "oraclelinux-7"
|
||||
- label: "Rocky Linux 8"
|
||||
value: "rocky-linux-8"
|
||||
- label: "Rocky Linux 9"
|
||||
value: "rocky-linux-9"
|
||||
- label: "Alma Linux 8"
|
||||
value: "almalinux-8"
|
||||
- label: "Alma Linux 9"
|
||||
value: "almalinux-9"
|
||||
- label: "Amazon Linux (2023)"
|
||||
value: "amazonlinux-2023"
|
||||
- label: "OpenSUSE Leap 15"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue