From ac33b85f25d119f23895f73d03ef49e53f40d679 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 6 Jan 2026 07:56:33 +0100 Subject: [PATCH] Update RHEL 9.x to 9.7 in CI. (#1228) (cherry picked from commit 18fa806d25f41905aa59327f09bf01f1150dd391) --- .azure-pipelines/azure-pipelines.yml | 12 +++++------- antsibull-nox.toml | 6 +++--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index cde0d5af..d53c22d8 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -170,9 +170,9 @@ stages: targets: - name: RHEL 10.0 test: rhel/10.0 - - name: RHEL 9.6 with Docker SDK, urllib3, requests from sources - test: rhel/9.6-dev-latest - # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6 + - name: RHEL 9.7 with Docker SDK, urllib3, requests from sources + test: rhel/9.7-dev-latest + # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.7 # - name: Ubuntu 24.04 # test: ubuntu/24.04 groups: @@ -189,8 +189,6 @@ stages: parameters: testFormat: 2.19/{0} targets: - - name: RHEL 9.5 - test: rhel/9.5 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: @@ -207,8 +205,8 @@ stages: parameters: testFormat: 2.18/{0} targets: - - name: RHEL 9.4 - test: rhel/9.4 + - name: RHEL 9.7 + test: rhel/9.7 groups: - 1 - 2 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 7afa440f..410d4fdd 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -167,7 +167,7 @@ docker = [ "fedora40", "ubuntu2204", "alpine320" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.18" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] -remote = [ "rhel/9.4" ] +remote = [ "rhel/9.7" ] # Ansible-core 2.19: @@ -183,7 +183,7 @@ docker = [ "fedora42", "alpine321" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.19" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] -remote = [ "rhel/9.5", "ubuntu/22.04" ] +remote = [ "ubuntu/22.04" ] # Ansible-core 2.20: @@ -223,7 +223,7 @@ docker = "quay.io/ansible-community/test-image:archlinux" [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.20" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] -remote = [ "rhel/9.6" ] +remote = [ "rhel/9.7" ] ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = true, template_value = "sdk-dev-latest" } } [[sessions.ansible_test_integration.groups.sessions]]