summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-04 17:54:02 +0000
committerGerrit Code Review <review@openstack.org>2022-11-04 17:54:02 +0000
commitd930dcd322aec436f93c818746c65d5c204d2f56 (patch)
tree00f3a31a502741571f553baf8d1532cf19fbea3f
parent06975d726e1eba50afd0c51c2e797ba6dca5e335 (diff)
parentad0b8e4dce801181fd9bcfcb3aa8a74774e163b7 (diff)
downloadironic-d930dcd322aec436f93c818746c65d5c204d2f56.tar.gz
Merge "Cross test sushy with python 3.10"
-rw-r--r--zuul.d/ironic-jobs.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index 9d7435bd3..7a74536d1 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 }}"
+