diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e9b3778b0e7..8d7ec7622c2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -90,10 +90,10 @@ stages: test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.5 py36 - test: rhel/8.5@3.6 - - name: RHEL 8.5 py38 - test: rhel/8.5@3.8 + - name: RHEL 8.6 py36 + test: rhel/8.6@3.6 + - name: RHEL 8.6 py38 + test: rhel/8.6@3.8 - name: FreeBSD 12.3 test: freebsd/12.3 - name: FreeBSD 13.0 @@ -161,10 +161,10 @@ stages: parameters: testFormat: i/{0} targets: - - name: RHEL 8.5 py36 - test: rhel/8.5@3.6 - - name: RHEL 8.5 py38 - test: rhel/8.5@3.8 + - name: RHEL 8.6 py36 + test: rhel/8.6@3.6 + - name: RHEL 8.6 py38 + test: rhel/8.6@3.8 - stage: Incidental_Windows displayName: Incidental Windows dependsOn: [] diff --git a/changelogs/fragments/ansible-test-rhel-8.6.yml b/changelogs/fragments/ansible-test-rhel-8.6.yml new file mode 100644 index 00000000000..dffc74f0dda --- /dev/null +++ b/changelogs/fragments/ansible-test-rhel-8.6.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Add support for RHEL 8.6 remotes. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index cffaf8a9b54..fef506fc6f7 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -5,6 +5,7 @@ macos/12.0 python=3.10 python_dir=/usr/local/bin provider=parallels arch=x86_64 macos python_dir=/usr/local/bin provider=parallels arch=x86_64 rhel/7.9 python=2.7 provider=aws arch=x86_64 rhel/8.5 python=3.6,3.8,3.9 provider=aws arch=x86_64 +rhel/8.6 python=3.6,3.8,3.9 provider=aws arch=x86_64 rhel provider=aws arch=x86_64 ubuntu/22.04 python=3.10 provider=aws arch=x86_64 ubuntu provider=aws arch=x86_64