Another try to add RHEL 10 to CI. (#1136)

This commit is contained in:
Felix Fontein
2025-10-03 21:16:18 +02:00
committed by GitHub
parent f8ea3fcba3
commit 82b3184605
8 changed files with 79 additions and 6 deletions
+8 -5
View File
@@ -222,11 +222,14 @@ target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
remote = [ "rhel/9.6" ]
ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = true, template_value = "sdk-dev-latest" } }
# For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6
# [[sessions.ansible_test_integration.groups.sessions]]
# ansible_core = "devel"
# target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
# remote = [ "ubuntu/24.04" ]
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel"
target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
remote = [
"rhel/10.0",
# For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6
# "ubuntu/24.04",
]
##################################################################################################