Use latest requests etc. with RHEL 10. (#1238)

This commit is contained in:
Felix Fontein
2026-02-07 16:31:40 +01:00
committed by GitHub
parent 85a3c811cb
commit cacf6023b9
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -210,14 +210,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/9.7" ]
remote = [ "rhel/10.1" ]
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/10.1",
"rhel/9.7",
# For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6
# "ubuntu/24.04",
]