Replace RHEL 10.0 with 10.1. (#1231)

This commit is contained in:
Felix Fontein 2026-01-08 08:42:55 +01:00 committed by GitHub
parent c0a66de73b
commit a50b44c1d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -168,8 +168,8 @@ stages:
parameters: parameters:
testFormat: 2.20/{0} testFormat: 2.20/{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.7 # 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" ansible_core = "2.20"
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",
] ]