diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a5586115ff4..a1fda97e2a4 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -121,8 +121,8 @@ stages: targets: - name: Alpine 3.17 test: alpine/3.17 - - name: Fedora 37 - test: fedora/37 + - name: Fedora 38 + test: fedora/38 - name: RHEL 8.7 test: rhel/8.7 - name: RHEL 9.1 diff --git a/changelogs/fragments/ansible-test-fedora-38.yml b/changelogs/fragments/ansible-test-fedora-38.yml new file mode 100644 index 00000000000..6bee6750666 --- /dev/null +++ b/changelogs/fragments/ansible-test-fedora-38.yml @@ -0,0 +1,6 @@ +minor_changes: + - ansible-test - Add Fedora 38 remote. +known_issues: + - ansible-test - The Fedora 37 remote is known to occasionally hang during boot. + It is no longer routinely tested as a result. + If possible, use the Fedora 38 remote instead. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index db8667b217b..200a144e66b 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,6 +1,7 @@ alpine/3.17 python=3.10 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/37 python=3.11 become=sudo provider=aws arch=x86_64 # untested in CI, known to occasionally hang during boot +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 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