From 2e71e5aeb915c3a90ef4b4d6a50cdb5822fa27b7 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 25 Jul 2025 15:11:24 -0700 Subject: [PATCH] ansible-test - Replace RHEL 9.5 with 9.6 (#85558) --- .azure-pipelines/azure-pipelines.yml | 16 ++++++++-------- changelogs/fragments/ansible-test-rhel-9.6.yml | 2 ++ .../lib/ansible_test/_data/completion/remote.txt | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 changelogs/fragments/ansible-test-rhel-9.6.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3c73f3f2590..2e814a157af 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -90,10 +90,10 @@ stages: targets: - name: macOS 15.3 test: macos/15.3 - - name: RHEL 9.5 py39 - test: rhel/9.5@3.9 - - name: RHEL 9.5 py312 - test: rhel/9.5@3.12 + - name: RHEL 9.6 py39 + test: rhel/9.6@3.9 + - name: RHEL 9.6 py312 + test: rhel/9.6@3.12 - name: RHEL 10.0 test: rhel/10.0 - name: FreeBSD 13.5 @@ -108,8 +108,8 @@ stages: targets: - name: macOS 15.3 test: macos/15.3 - - name: RHEL 9.5 - test: rhel/9.5 + - name: RHEL 9.6 + test: rhel/9.6 - name: RHEL 10.0 test: rhel/10.0 - name: FreeBSD 13.5 @@ -127,8 +127,8 @@ stages: test: alpine/3.21 - name: Fedora 41 test: fedora/41 - - name: RHEL 9.5 - test: rhel/9.5 + - name: RHEL 9.6 + test: rhel/9.6 - name: RHEL 10.0 test: rhel/10.0 - name: Ubuntu 24.04 diff --git a/changelogs/fragments/ansible-test-rhel-9.6.yml b/changelogs/fragments/ansible-test-rhel-9.6.yml new file mode 100644 index 00000000000..72aae77b96c --- /dev/null +++ b/changelogs/fragments/ansible-test-rhel-9.6.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Replace RHEL 9.5 with 9.6. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 71727f56d35..59e72bc823b 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -7,7 +7,7 @@ freebsd/14.2 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws a freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/15.3 python=3.13 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/9.5 python=3.9,3.12 become=sudo provider=aws arch=x86_64 +rhel/9.6 python=3.9,3.12 become=sudo provider=aws arch=x86_64 rhel/10.0 python=3.12 become=sudo provider=aws arch=x86_64 rhel become=sudo provider=aws arch=x86_64 ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64