From a50b44c1d9b3755f4a9d8e268d4bae059286002a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 8 Jan 2026 08:42:55 +0100 Subject: [PATCH] Replace RHEL 10.0 with 10.1. (#1231) --- .azure-pipelines/azure-pipelines.yml | 4 ++-- antsibull-nox.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d53c22d8..9cf91d1c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -168,8 +168,8 @@ stages: parameters: testFormat: 2.20/{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.7 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 410d4fdd..3ba81ad3 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -230,7 +230,7 @@ ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = tru ansible_core = "2.20" 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", ]