mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
Remove Ubuntu 18.04 from CI jobs (#15855)
Relates https://github.com/elastic/ingest-dev/issues/2849
This commit is contained in:
parent
9317052088
commit
3f5b44a1ad
2 changed files with 1 additions and 3 deletions
|
@ -19,8 +19,6 @@ steps:
|
||||||
value: "ubuntu-2204"
|
value: "ubuntu-2204"
|
||||||
- label: "Ubuntu 20.04"
|
- label: "Ubuntu 20.04"
|
||||||
value: "ubuntu-2004"
|
value: "ubuntu-2004"
|
||||||
- label: "Ubuntu 18.04"
|
|
||||||
value: "ubuntu-1804"
|
|
||||||
- label: "Debian 11"
|
- label: "Debian 11"
|
||||||
value: "debian-11"
|
value: "debian-11"
|
||||||
- label: "Debian 10"
|
- label: "Debian 10"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"#comment": "This file lists all custom vm images. We use it to make decisions about randomized CI jobs.",
|
"#comment": "This file lists all custom vm images. We use it to make decisions about randomized CI jobs.",
|
||||||
"linux": {
|
"linux": {
|
||||||
"ubuntu": ["ubuntu-2204", "ubuntu-2004", "ubuntu-1804"],
|
"ubuntu": ["ubuntu-2204", "ubuntu-2004"],
|
||||||
"debian": ["debian-11", "debian-10"],
|
"debian": ["debian-11", "debian-10"],
|
||||||
"rhel": ["rhel-9", "rhel-8"],
|
"rhel": ["rhel-9", "rhel-8"],
|
||||||
"oraclelinux": ["oraclelinux-8", "oraclelinux-7"],
|
"oraclelinux": ["oraclelinux-8", "oraclelinux-7"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue