mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 11:53:31 +00:00
Use latest requests etc. with RHEL 10.
This commit is contained in:
parent
85a3c811cb
commit
75f93ac980
@ -194,10 +194,10 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/{0}
|
testFormat: devel/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: RHEL 10.1
|
- name: RHEL 10.1 with Docker SDK, urllib3, requests from sources
|
||||||
test: rhel/10.1
|
test: rhel/10.1-dev-latest
|
||||||
- name: RHEL 9.7 with Docker SDK, urllib3, requests from sources
|
- name: RHEL 9.7
|
||||||
test: rhel/9.7-dev-latest
|
test: rhel/9.7
|
||||||
# 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
|
||||||
# - name: Ubuntu 24.04
|
# - name: Ubuntu 24.04
|
||||||
# test: ubuntu/24.04
|
# test: ubuntu/24.04
|
||||||
|
|||||||
@ -210,14 +210,14 @@ docker = "quay.io/ansible-community/test-image:archlinux"
|
|||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "devel"
|
ansible_core = "devel"
|
||||||
target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
|
target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ]
|
||||||
remote = [ "rhel/9.7" ]
|
remote = [ "rhel/10.1" ]
|
||||||
ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = true, template_value = "sdk-dev-latest" } }
|
ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = true, template_value = "sdk-dev-latest" } }
|
||||||
|
|
||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "devel"
|
ansible_core = "devel"
|
||||||
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.1",
|
"rhel/9.7",
|
||||||
# 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