From 95d8fa4f8bb8242ee89dc4709c20c9df1138f2bc Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 5 Jan 2026 18:17:03 -0800 Subject: [PATCH] ansible-test - Upgrade to RHEL 9.7 (#86374) (#86380) (cherry picked from commit 6c024e24b467429ae3cfc7cc4eac6fdb4438155e) --- .azure-pipelines/azure-pipelines.yml | 12 ++++++------ changelogs/fragments/ansible-test-rhel-10.1.yml | 2 ++ test/lib/ansible_test/_data/completion/remote.txt | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 changelogs/fragments/ansible-test-rhel-10.1.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f659aad151b..21b3bd726fa 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -85,8 +85,8 @@ stages: 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 + - name: RHEL 9.7 + test: rhel/9.7 groups: - 1 - 2 @@ -95,8 +95,8 @@ stages: targets: - name: RHEL 8.10 test: rhel/8.10 - - name: RHEL 9.6 - test: rhel/9.6 + - name: RHEL 9.7 + test: rhel/9.7 groups: - 3 - 4 @@ -106,8 +106,8 @@ stages: targets: - name: RHEL 8.10 test: rhel/8.10 - - name: RHEL 9.6 - test: rhel/9.6 + - name: RHEL 9.7 + test: rhel/9.7 - name: Ubuntu 20.04 test: ubuntu/20.04 - name: Ubuntu 22.04 diff --git a/changelogs/fragments/ansible-test-rhel-10.1.yml b/changelogs/fragments/ansible-test-rhel-10.1.yml new file mode 100644 index 00000000000..21ef0cd0462 --- /dev/null +++ b/changelogs/fragments/ansible-test-rhel-10.1.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Replace RHEL 9.6 remote with 9.7. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 9406dd61b16..025b14620dc 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -8,7 +8,7 @@ macos/12.0 python=3.10 python_dir=/usr/local/bin become=sudo provider=parallels 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.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/9.7 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