mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
CI: Run some tests with the latest development versions of Docker SDK for Python, requests, and urllib3 (#902)
* Run some tests with the latest development versions of Docker SDK for Python, requests, and urllib3. * Use LooseVersion instead of StrictVersion to parse urllib3 versions.
This commit is contained in:
@@ -205,8 +205,8 @@ stages:
|
||||
parameters:
|
||||
testFormat: devel/{0}
|
||||
targets:
|
||||
- name: RHEL 9.4 with latest Docker SDK from PyPi
|
||||
test: rhel/9.4-pypi-latest
|
||||
- name: RHEL 9.4 with Docker SDK, urllib3, requests from sources
|
||||
test: rhel/9.4-dev-latest
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
@@ -222,8 +222,8 @@ stages:
|
||||
parameters:
|
||||
testFormat: 2.17/{0}
|
||||
targets:
|
||||
- name: RHEL 9.3 with latest Docker SDK from PyPi
|
||||
test: rhel/9.3-pypi-latest
|
||||
- name: RHEL 9.3
|
||||
test: rhel/9.3
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
|
||||
Reference in New Issue
Block a user