a81dd4f06a
* Move ansible-test completion code. * Fix a few type hints. * Change docker completion based on context. Collections now use version 2.0 of the default-test-container. This is an updated version of the earlier 1.x default-test-container with ansible-base and cloud specific requirements removed. Testing of ansible-base now uses version 1.0 of a new ansible-base-test-container. This container is similar to the earlier 1.x default-test-container, but with unnecessary duplication of requirements across Python versions removed. Collections which have tests that depend on requirements no longer present in the default test container should specify them in their test requirements files: * tests/integration/requirements.txt * tests/unit/requirements.txt * Bump test container versions Co-authored-by: Jordan Borean <jborean93@gmail.com>
12 lines
1.1 KiB
Text
12 lines
1.1 KiB
Text
default name=quay.io/ansible/default-test-container:2.1 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=collection
|
|
default name=quay.io/ansible/ansible-base-test-container:1.1 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=ansible-base
|
|
centos6 name=quay.io/ansible/centos6-test-container:1.16.0 python=2.6 seccomp=unconfined
|
|
centos7 name=quay.io/ansible/centos7-test-container:1.16.0 python=2.7 seccomp=unconfined
|
|
centos8 name=quay.io/ansible/centos8-test-container:1.16.0 python=3.6 seccomp=unconfined
|
|
fedora30 name=quay.io/ansible/fedora30-test-container:1.16.0 python=3.7
|
|
fedora31 name=quay.io/ansible/fedora31-test-container:1.16.0 python=3.7
|
|
fedora32 name=quay.io/ansible/fedora32-test-container:1.16.0 python=3.8
|
|
opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.16.0 python=2.7
|
|
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.16.0 python=3.6
|
|
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.16.0 python=2.7 seccomp=unconfined
|
|
ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.16.0 python=3.6 seccomp=unconfined
|