ansible-test: remove Ubuntu 20.04 LTS (#81070)

pull/79518/merge
Abhijeet Kasurde 11 months ago committed by GitHub
parent bc68ae8b97
commit c69951daca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,8 +126,6 @@ stages:
test: rhel/8.8
- name: RHEL 9.2
test: rhel/9.2
- name: Ubuntu 20.04
test: ubuntu/20.04
- name: Ubuntu 22.04
test: ubuntu/22.04
groups:

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Removed Ubuntu 20.04 LTS image from the `--remote` option.

@ -14,6 +14,5 @@ rhel/8.8 python=3.6,3.11 become=sudo provider=aws arch=x86_64
rhel/9.1 python=3.9 become=sudo provider=aws arch=x86_64
rhel/9.2 python=3.9,3.11 become=sudo provider=aws arch=x86_64
rhel become=sudo provider=aws arch=x86_64
ubuntu/20.04 python=3.8,3.9 become=sudo provider=aws arch=x86_64
ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64
ubuntu become=sudo provider=aws arch=x86_64

Loading…
Cancel
Save