summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2025-01-08 00:11:33 +0100
committerGitHub <noreply@github.com>2025-01-08 00:11:33 +0100
commitf552fe2c1522bd7ba8e2ec285a8ebadf8b5f06cf (patch)
treecfd6f5491f5826b1f72e5ba0e94840342f6dbb6c
parentansible-test - Replace Alpine 3.20 with 3.21 (#84525) (diff)
downloadansible-f552fe2c1522bd7ba8e2ec285a8ebadf8b5f06cf.tar.xz
ansible-f552fe2c1522bd7ba8e2ec285a8ebadf8b5f06cf.zip
ansible-test - Replace RHEL 9.4 with 9.5 (#84526)
-rw-r--r--.azure-pipelines/azure-pipelines.yml16
-rw-r--r--changelogs/fragments/ansible-test-remotes.yml1
-rw-r--r--test/lib/ansible_test/_data/completion/remote.txt2
3 files changed, 10 insertions, 9 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 5eb20936c8..744a82c784 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -90,10 +90,10 @@ stages:
targets:
- name: macOS 14.3
test: macos/14.3
- - name: RHEL 9.4 py39
- test: rhel/9.4@3.9
- - name: RHEL 9.4 py312
- test: rhel/9.4@3.12
+ - name: RHEL 9.5 py39
+ test: rhel/9.5@3.9
+ - name: RHEL 9.5 py312
+ test: rhel/9.5@3.12
- name: FreeBSD 13.4
test: freebsd/13.4
- name: FreeBSD 14.1
@@ -106,8 +106,8 @@ stages:
targets:
- name: macOS 14.3
test: macos/14.3
- - name: RHEL 9.4
- test: rhel/9.4
+ - name: RHEL 9.5
+ test: rhel/9.5
- name: FreeBSD 13.4
test: freebsd/13.4
- name: FreeBSD 14.1
@@ -123,8 +123,8 @@ stages:
test: alpine/3.21
- name: Fedora 41
test: fedora/41
- - name: RHEL 9.4
- test: rhel/9.4
+ - name: RHEL 9.5
+ test: rhel/9.5
- name: Ubuntu 24.04
test: ubuntu/24.04
groups:
diff --git a/changelogs/fragments/ansible-test-remotes.yml b/changelogs/fragments/ansible-test-remotes.yml
index e9bcea5490..40250e7ba3 100644
--- a/changelogs/fragments/ansible-test-remotes.yml
+++ b/changelogs/fragments/ansible-test-remotes.yml
@@ -2,3 +2,4 @@ minor_changes:
- ansible-test - Replace remote FreeBSD 13.3 with 13.4.
- ansible-test - Replace remote Fedora 40 with 41.
- ansible-test - Replace remote Alpine 3.20 with 3.21.
+ - ansible-test - Replace remote RHEL 9.4 with 9.5.
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt
index 39feb8771a..8fc1fedc9a 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.1 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=a
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/14.3 python=3.11 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.4 python=3.9,3.12 become=sudo provider=aws arch=x86_64
+rhel/9.5 python=3.9,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
ubuntu/24.04 python=3.12 become=sudo provider=aws arch=x86_64