From 0d56d4596aa679bf77a879032b63c289552d7326 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Fri, 10 Jun 2022 13:36:32 +0200 Subject: [PATCH] Use plain tox jobs instead of openstack ones We want to be more flexible in terms of selecting which python versions we test against. So replace the use of the openstack template with explicit job invocations. Change-Id: I2159e81d4a2fd46a83993b01bbea5fb37546ace5 --- .zuul.d/project.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 3892bcf1..5c724176 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -7,10 +7,21 @@ # NOTE(ianw): 2020-05-29 jobs are unstable; see # https://bugs.launchpad.net/tripleo/+bug/1879766 - tripleo-buildimage-jobs-centos-8 - - openstack-python3-zed-jobs check: jobs: - openstack-tox-pylint + - tox-py36: + nodeset: + nodes: + - name: ubuntu-bionic + label: ubuntu-bionic + - tox-py38 + - tox-py39 + - tox-py310: + nodeset: + nodes: + - name: ubuntu-jammy + label: ubuntu-jammy - dib-functests - opendev-buildset-registry - nodepool-build-image-siblings @@ -45,6 +56,18 @@ gate: jobs: - openstack-tox-pylint + - tox-py36: + nodeset: + nodes: + - name: ubuntu-bionic + label: ubuntu-bionic + - tox-py38 + - tox-py39 + - tox-py310: + nodeset: + nodes: + - name: ubuntu-jammy + label: ubuntu-jammy - opendev-buildset-registry - nodepool-build-image-siblings - dib-nodepool-functional-openstack-centos-7-src