From 59a791ee3be41d00f65fe47c20dd93489dd7222b Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Thu, 13 Jul 2023 08:50:15 -0400 Subject: [PATCH] ansible-test - remove Fedora 37 container and remote support (#81093) --- .azure-pipelines/azure-pipelines.yml | 6 ------ changelogs/fragments/ansible-test-fedora-37.yml | 3 +++ test/lib/ansible_test/_data/completion/docker.txt | 1 - test/lib/ansible_test/_data/completion/remote.txt | 1 - 4 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 changelogs/fragments/ansible-test-fedora-37.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index de33c635093..888f1cb3970 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -119,8 +119,6 @@ stages: test: alpine/3.17 - name: Alpine 3.18 test: alpine/3.18 - - name: Fedora 37 - test: fedora/37 - name: Fedora 38 test: fedora/38 - name: RHEL 8.8 @@ -142,8 +140,6 @@ stages: test: alpine3 - name: CentOS 7 test: centos7 - - name: Fedora 37 - test: fedora37 - name: Fedora 38 test: fedora38 - name: openSUSE 15 @@ -161,8 +157,6 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: Fedora 37 - test: fedora37 - name: Fedora 38 test: fedora38 - name: Ubuntu 22.04 diff --git a/changelogs/fragments/ansible-test-fedora-37.yml b/changelogs/fragments/ansible-test-fedora-37.yml new file mode 100644 index 00000000000..1f35a8c9164 --- /dev/null +++ b/changelogs/fragments/ansible-test-fedora-37.yml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - Remove Fedora 37 remote support. + - ansible-test - Remove Fedora 37 test container. diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index 57644427e4d..9488d15c21b 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:8.2.0 python=3.11,2.7,3.6,3 default image=quay.io/ansible/ansible-core-test-container:8.2.0 python=3.11,2.7,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 -fedora37 image=quay.io/ansible/fedora37-test-container:5.0.0 python=3.11 fedora38 image=quay.io/ansible/fedora38-test-container:6.1.0 python=3.11 opensuse15 image=quay.io/ansible/opensuse15-test-container:6.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 fa0db64e83f..806c21d3049 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,7 +1,6 @@ alpine/3.17 python=3.10 become=doas_sudo provider=aws arch=x86_64 alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 -fedora/37 python=3.11 become=sudo provider=aws arch=x86_64 fedora/38 python=3.11 become=sudo provider=aws arch=x86_64 fedora become=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