mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
(cherry picked from commit 18fa806d25)
This commit is contained in:
parent
e8263d0b6e
commit
c0a66de73b
@ -170,9 +170,9 @@ stages:
|
|||||||
targets:
|
targets:
|
||||||
- name: RHEL 10.0
|
- name: RHEL 10.0
|
||||||
test: rhel/10.0
|
test: rhel/10.0
|
||||||
- name: RHEL 9.6 with Docker SDK, urllib3, requests from sources
|
- name: RHEL 9.7 with Docker SDK, urllib3, requests from sources
|
||||||
test: rhel/9.6-dev-latest
|
test: rhel/9.7-dev-latest
|
||||||
# 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.7
|
||||||
# - name: Ubuntu 24.04
|
# - name: Ubuntu 24.04
|
||||||
# test: ubuntu/24.04
|
# test: ubuntu/24.04
|
||||||
groups:
|
groups:
|
||||||
@ -189,8 +189,6 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.19/{0}
|
testFormat: 2.19/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: RHEL 9.5
|
|
||||||
test: rhel/9.5
|
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
test: ubuntu/22.04
|
test: ubuntu/22.04
|
||||||
groups:
|
groups:
|
||||||
@ -207,8 +205,8 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.18/{0}
|
testFormat: 2.18/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: RHEL 9.4
|
- name: RHEL 9.7
|
||||||
test: rhel/9.4
|
test: rhel/9.7
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
|||||||
@ -167,7 +167,7 @@ docker = [ "fedora40", "ubuntu2204", "alpine320" ]
|
|||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "2.18"
|
ansible_core = "2.18"
|
||||||
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.4" ]
|
remote = [ "rhel/9.7" ]
|
||||||
|
|
||||||
# Ansible-core 2.19:
|
# Ansible-core 2.19:
|
||||||
|
|
||||||
@ -183,7 +183,7 @@ docker = [ "fedora42", "alpine321" ]
|
|||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "2.19"
|
ansible_core = "2.19"
|
||||||
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.5", "ubuntu/22.04" ]
|
remote = [ "ubuntu/22.04" ]
|
||||||
|
|
||||||
# Ansible-core 2.20:
|
# Ansible-core 2.20:
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ docker = "quay.io/ansible-community/test-image:archlinux"
|
|||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
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 = [ "rhel/9.6" ]
|
remote = [ "rhel/9.7" ]
|
||||||
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]]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user