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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -105,14 +105,14 @@ stages:
parameters: parameters:
testFormat: devel/linux/{0} testFormat: devel/linux/{0}
targets: targets:
- name: Fedora 42 - name: Fedora 43
test: fedora42 test: fedora43
- name: Ubuntu 22.04 - name: Ubuntu 22.04
test: ubuntu2204 test: ubuntu2204
- name: Ubuntu 24.04 - name: Ubuntu 24.04
test: ubuntu2404 test: ubuntu2404
- name: Alpine 3.22 - name: Alpine 3.23
test: alpine322 test: alpine323
groups: groups:
- 4 - 4
- 5 - 5
@ -194,8 +194,8 @@ stages:
parameters: parameters:
testFormat: devel/{0} testFormat: devel/{0}
targets: targets:
- name: RHEL 10.0 - name: RHEL 10.1
test: rhel/10.0 test: rhel/10.1
- name: RHEL 9.7 with Docker SDK, urllib3, requests from sources - name: RHEL 9.7 with Docker SDK, urllib3, requests from sources
test: rhel/9.7-dev-latest test: rhel/9.7-dev-latest
# For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6 # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6

View File

@ -180,7 +180,7 @@ description = "Meta session for running all ansible-test-integration-devel-* ses
[[sessions.ansible_test_integration.groups.sessions]] [[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel" ansible_core = "devel"
target = [ "azp/4/", "azp/5/" ] target = [ "azp/4/", "azp/5/" ]
docker = [ "fedora42", "ubuntu2204", "ubuntu2404", "alpine322" ] docker = [ "fedora43", "ubuntu2204", "ubuntu2404", "alpine323" ]
[[sessions.ansible_test_integration.groups.sessions]] [[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel" ansible_core = "devel"
@ -216,7 +216,7 @@ ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = tru
ansible_core = "devel" ansible_core = "devel"
target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
remote = [ remote = [
"rhel/10.0", "rhel/10.1",
# For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6 # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6
# "ubuntu/24.04", # "ubuntu/24.04",
] ]