Remove Ubuntu 18.04 from CI jobs (#15855) (#15859)

Relates https://github.com/elastic/ingest-dev/issues/2849

(cherry picked from commit 3f5b44a1ad)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
github-actions[bot] 2024-01-26 17:41:48 +02:00 committed by GitHub
parent ff63e289b0
commit 8bac7c8169
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -19,8 +19,6 @@ steps:
value: "ubuntu-2204"
- label: "Ubuntu 20.04"
value: "ubuntu-2004"
- label: "Ubuntu 18.04"
value: "ubuntu-1804"
- label: "Debian 11"
value: "debian-11"
- label: "Debian 10"

View file

@ -1,7 +1,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", "ubuntu-1804"],
"ubuntu": ["ubuntu-2204", "ubuntu-2004"],
"debian": ["debian-11", "debian-10"],
"rhel": ["rhel-9", "rhel-8"],
"oraclelinux": ["oraclelinux-8", "oraclelinux-7"],