From 7d99a3e621fcc8850c85d7f0c76ae97701c61da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Tue, 21 Sep 2021 11:22:32 -0400 Subject: [PATCH] ansible-test-sanity-docker: bump to py38 This to address the following error introduced by https://github.com/ansible/ansible/pull/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 --- zuul.d/ansible-test-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/ansible-test-jobs.yaml b/zuul.d/ansible-test-jobs.yaml index 79d11d385..cb97a7048 100644 --- a/zuul.d/ansible-test-jobs.yaml +++ b/zuul.d/ansible-test-jobs.yaml @@ -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 @@ -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: