mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
This commit adds Debian 12 (Bookworm) to the
Linux JDK matrix pipeline and Compat Phase of the
exhaustive pipeline respectively.
Relates https://github.com/elastic/ingest-dev/issues/2871
(cherry picked from commit fedcf58c48
)
Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
parent
1b8648b365
commit
326f33001d
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,8 @@ steps:
|
|||
value: "ubuntu-2204"
|
||||
- label: "Ubuntu 20.04"
|
||||
value: "ubuntu-2004"
|
||||
- label: "Debian 12"
|
||||
value: "debian-12"
|
||||
- label: "Debian 11"
|
||||
value: "debian-11"
|
||||
- label: "Debian 10"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"#comment": "This file lists all custom vm images. We use it to make decisions about randomized CI jobs.",
|
||||
"linux": {
|
||||
"ubuntu": ["ubuntu-2204", "ubuntu-2004"],
|
||||
"debian": ["debian-11", "debian-10"],
|
||||
"debian": ["debian-12", "debian-11", "debian-10"],
|
||||
"rhel": ["rhel-9", "rhel-8"],
|
||||
"oraclelinux": ["oraclelinux-8", "oraclelinux-7"],
|
||||
"rocky": ["rocky-linux-8"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue