diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 0d84a1e0d20..f659aad151b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -81,22 +81,22 @@ stages: targets: - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.6 py36 - test: rhel/8.6@3.6 - - name: RHEL 8.6 py39 - test: rhel/8.6@3.9 - - name: RHEL 9.0 - test: rhel/9.0 + - name: RHEL 8.10 py36 + test: rhel/8.10@3.6 + - name: RHEL 8.10 py39 + test: rhel/8.10@3.9 + - name: RHEL 9.6 + test: rhel/9.6 groups: - 1 - 2 - template: templates/matrix.yml # context/controller parameters: targets: - - name: RHEL 8.6 - test: rhel/8.6 - - name: RHEL 9.0 - test: rhel/9.0 + - name: RHEL 8.10 + test: rhel/8.10 + - name: RHEL 9.6 + test: rhel/9.6 groups: - 3 - 4 @@ -104,10 +104,10 @@ stages: - template: templates/matrix.yml # context/controller (ansible-test container management) parameters: targets: - - name: RHEL 8.6 - test: rhel/8.6 - - name: RHEL 9.0 - test: rhel/9.0 + - name: RHEL 8.10 + test: rhel/8.10 + - name: RHEL 9.6 + test: rhel/9.6 - name: Ubuntu 20.04 test: ubuntu/20.04 - name: Ubuntu 22.04 diff --git a/changelogs/fragments/ansible-test-rhel.yml b/changelogs/fragments/ansible-test-rhel.yml new file mode 100644 index 00000000000..9207d03015e --- /dev/null +++ b/changelogs/fragments/ansible-test-rhel.yml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - Switch from RHEL 8.6 to 8.10. + - ansible-test - Switch from RHEL 9.0 to 9.6. diff --git a/test/integration/targets/subversion/aliases b/test/integration/targets/subversion/aliases index 3cc41e4cca1..4b606c8cba6 100644 --- a/test/integration/targets/subversion/aliases +++ b/test/integration/targets/subversion/aliases @@ -1,6 +1,5 @@ shippable/posix/group2 skip/osx skip/macos -skip/rhel/9.0b # svn checkout hangs destructive needs/root diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 42e531b0eb1..9406dd61b16 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -7,8 +7,8 @@ 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/9.0 python=3.9 become=sudo provider=aws arch=x86_64 +rhel/8.10 python=3.6,3.8,3.9 become=sudo provider=aws arch=x86_64 +rhel/9.6 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 ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64