Add Debian 12 to CI (#15895) (#15898)

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:
github-actions[bot] 2024-02-06 09:15:18 +02:00 committed by GitHub
parent 1b8648b365
commit 326f33001d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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"],