From ad0b8e4dce801181fd9bcfcb3aa8a74774e163b7 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 20 Oct 2022 15:01:48 +0200 Subject: [PATCH] Cross test sushy with python 3.10 We don't test python 3.8 anymore in antelope Change-Id: I4748f14f7a75ae9da204ffafb61c8e495822f040 --- zuul.d/ironic-jobs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 9d7435bd39..7a74536d1d 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -1072,6 +1072,7 @@ - job: name: ironic-cross-sushy + nodeset: ubuntu-jammy description: Ironic unit tests run with Sushy from source parent: openstack-tox required-projects: @@ -1086,10 +1087,11 @@ - ^tools/.*$ vars: # NOTE(dtantsur): change this every release cycle if needed. - bindep_profile: test py38 - tox_envlist: py38 + bindep_profile: test py310 + tox_envlist: py310 # This variable ensures that sushy is installed from source. tox_install_siblings: true # NOTE(dtantsur): this job will be run on sushy as well, so it's # important to set the working dir to the Ironic checkout. zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/ironic'].src_dir }}" +