diff --git a/changelogs/fragments/ansible-test-removed-old-platforms.yml b/changelogs/fragments/ansible-test-removed-old-platforms.yml new file mode 100644 index 00000000000..dbc5dee73ce --- /dev/null +++ b/changelogs/fragments/ansible-test-removed-old-platforms.yml @@ -0,0 +1,3 @@ +minor_changes: + - "ansible-test - Removed test containers: fedora36" + - "ansible-test - Removed test remotes: alpine/3.16, fedora/36, freebsd/12.3, rhel/8.6, rhel/9.0" diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index f19082ee02b..9627bb12543 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -3,7 +3,6 @@ default image=quay.io/ansible/default-test-container:7.6.0 python=3.11,2.7,3.5,3 default image=quay.io/ansible/ansible-core-test-container:7.6.0 python=3.11,2.7,3.5,3.6,3.7,3.8,3.9,3.10 context=ansible-core alpine3 image=quay.io/ansible/alpine3-test-container:5.0.0 python=3.10 cgroup=none audit=none centos7 image=quay.io/ansible/centos7-test-container:5.0.0 python=2.7 cgroup=v1-only -fedora36 image=quay.io/ansible/fedora36-test-container:4.8.0 python=3.10 fedora37 image=quay.io/ansible/fedora37-test-container:5.0.0 python=3.11 opensuse15 image=quay.io/ansible/opensuse15-test-container:5.0.0 python=3.6 ubuntu2004 image=quay.io/ansible/ubuntu2004-test-container:5.0.0 python=3.8 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 602646899dc..06ef7c3e614 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,19 +1,14 @@ -alpine/3.16 python=3.10 become=doas_sudo provider=aws arch=x86_64 alpine/3.17 python=3.10 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 -fedora/36 python=3.10 become=sudo provider=aws arch=x86_64 fedora/37 python=3.11 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64 -freebsd/12.3 python=3.8 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/12.4 python=3.9 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/13.1 python=3.8,3.7,3.9,3.10 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/12.0 python=3.10 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 rhel/7.9 python=2.7 become=sudo provider=aws arch=x86_64 -rhel/8.6 python=3.6,3.8,3.9 become=sudo provider=aws arch=x86_64 rhel/8.7 python=3.6,3.8,3.9 become=sudo provider=aws arch=x86_64 -rhel/9.0 python=3.9 become=sudo provider=aws arch=x86_64 rhel/9.1 python=3.9 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