CI: Replace devel RHEL 9.7 and 10.1 remotes with 9.8 and 10.2 (#1291)

* Replace devel RHEL 9.7 and 10.1 remotes with 9.8 and 10.2.

* Try to work around problem with podman setup.
This commit is contained in:
Felix Fontein
2026-06-25 06:48:03 +02:00
committed by GitHub
parent 0a81e84087
commit 2e542d4e52
3 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -251,14 +251,14 @@ docker = "quay.io/ansible-community/test-image:archlinux"
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel"
target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
remote = [ "rhel/10.1" ]
remote = [ "rhel/10.2" ]
ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = true, template_value = "sdk-dev-latest" } }
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel"
target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
remote = [
"rhel/9.7",
"rhel/9.8",
# For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6
# "ubuntu/24.04",
]