From 1fedd1772476570a610411ae324885d1ade2ca21 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 8 Jan 2026 08:38:33 +0100 Subject: [PATCH] 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 --- .azure-pipelines/azure-pipelines.yml | 12 ++++++------ antsibull-nox.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ba06657c..fbed6b09 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -105,14 +105,14 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 42 - test: fedora42 + - name: Fedora 43 + test: fedora43 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 test: ubuntu2404 - - name: Alpine 3.22 - test: alpine322 + - name: Alpine 3.23 + test: alpine323 groups: - 4 - 5 @@ -194,8 +194,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 - name: RHEL 9.7 with Docker SDK, urllib3, requests from sources test: rhel/9.7-dev-latest # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 389fe165..6fb51d3b 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -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", ]