Replace RHEL 10.0 with 10.1.

This commit is contained in:
Felix Fontein 2026-01-08 08:09:07 +01:00
parent c0a66de73b
commit 61f3ccc3f7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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",
]