Update CI pipelines: (#1230)

- Fedora 42 -> 43 for devel
- RHEL 10.0 -> 10.1 for all ansible-core branches
- Alpine 3.22 -> 3.23 for devel
This commit is contained in:
Felix Fontein
2026-01-08 08:38:33 +01:00
committed by GitHub
parent 18fa806d25
commit 1fedd17724
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -180,7 +180,7 @@ description = "Meta session for running all ansible-test-integration-devel-* ses
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel"
target = [ "azp/4/", "azp/5/" ]
docker = [ "fedora42", "ubuntu2204", "ubuntu2404", "alpine322" ]
docker = [ "fedora43", "ubuntu2204", "ubuntu2404", "alpine323" ]
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel"
@@ -216,7 +216,7 @@ ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = tru
ansible_core = "devel"
target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
remote = [
"rhel/10.0",
"rhel/10.1",
# For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6
# "ubuntu/24.04",
]