Skip to content

Commit

Permalink
ansible-test-sanity-docker: bump to py38 (#1125)
Browse files Browse the repository at this point in the history
ansible-test-sanity-docker: bump to py38

This to address the following error introduced by
ansible/ansible#75605
This version of ansible-test cannot be executed with Python version
3.6.8. Supported Python versions are: 3.8, 3.9, 3.10

Reviewed-by: None <None>
  • Loading branch information
goneri authored Sep 21, 2021
1 parent 43a7aa1 commit 1c8454c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zuul.d/ansible-test-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- job:
name: ansible-test-sanity-docker
parent: unittests
nodeset: controller-python36
nodeset: controller-python38
dependencies:
- name: build-ansible-collection
soft: true
Expand All @@ -19,7 +19,7 @@
ansible_test_command: sanity
ansible_test_docker: true
ansible_test_enable_ara: false
ansible_test_python: 3.6
ansible_test_python: 3.8
container_command: podman

- job:
Expand Down

0 comments on commit 1c8454c

Please sign in to comment.