Cross test sushy with python 3.10

We don't test python 3.8 anymore in antelope

Change-Id: I4748f14f7a75ae9da204ffafb61c8e495822f040
This commit is contained in:
Riccardo Pittau 2022-10-20 15:01:48 +02:00
parent ac8842a775
commit ad0b8e4dce

View File

@ -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 }}"