mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Replace RHEL 10.0 with 10.1. (#1231)
This commit is contained in:
parent
c0a66de73b
commit
a50b44c1d9
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user