Skip to content

Commit

Permalink
Update ansible-test default test container. (#74393)
Browse files Browse the repository at this point in the history
* Update ansible-test default test container.
* Switch generic Python tests from 3.6 to 3.9.
  • Loading branch information
mattclay committed Apr 23, 2021
1 parent ff88a2a commit f541c0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines.yml
Expand Up @@ -157,7 +157,7 @@ stages:
testFormat: generic/{0}/1
targets:
- test: 2.7
- test: 3.6
- test: 3.9
- stage: Incidental_Remote
displayName: Incidental Remote
dependsOn: []
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/ansible-test-default-container.yml
@@ -0,0 +1,2 @@
minor_changes:
- ansible-test - The ``default`` test container has been updated to version 3.3.0 and now uses Python 3.9 by default instead of Python 3.6.
4 changes: 2 additions & 2 deletions test/lib/ansible_test/_data/completion/docker.txt
@@ -1,5 +1,5 @@
default name=quay.io/ansible/default-test-container:3.2.2 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-core-test-container:3.2.0 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=ansible-core
default name=quay.io/ansible/default-test-container:3.3.0 python=3.9,2.6,2.7,3.5,3.6,3.7,3.8 seccomp=unconfined context=collection
default name=quay.io/ansible/ansible-core-test-container:3.3.0 python=3.9,2.6,2.7,3.5,3.6,3.7,3.8 seccomp=unconfined context=ansible-core
alpine3 name=quay.io/ansible/alpine3-test-container:2.0.2 python=3.8
centos6 name=quay.io/ansible/centos6-test-container:2.0.2 python=2.6 seccomp=unconfined
centos7 name=quay.io/ansible/centos7-test-container:2.0.2 python=2.7 seccomp=unconfined
Expand Down

0 comments on commit f541c0a

Please sign in to comment.