Add an updated tips job running on py310

Change-Id: Iadc32b4e8ea10561784208cdc8bf05ff3b3ca59d
This commit is contained in:
Dr. Jens Harbott 2023-03-31 19:19:20 +02:00
parent 0a9a1753b5
commit 00af88cf74
1 changed files with 22 additions and 0 deletions

View File

@ -37,6 +37,26 @@
# other repos the tests will run in the same place
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
- job:
name: osc-tox-py310-tips
parent: openstack-tox-py310
description: |
Run unit tests for OpenStackClient with master branch of important libs.
Takes advantage of the base tox job's install-siblings feature.
# The job only tests the latest and shouldn't be run on the stable branches
branches: ^(?!stable)
required-projects:
- openstack/cliff
- openstack/keystoneauth
- openstack/openstacksdk
- openstack/osc-lib
- openstack/python-openstackclient
vars:
# Set work dir to openstackclient so that if it's triggered by one of the
# other repos the tests will run in the same place
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
- job:
name: osc-functional-devstack
parent: devstack-tox-functional
@ -182,9 +202,11 @@
check:
jobs:
- osc-tox-py38-tips
- osc-tox-py310-tips
gate:
jobs:
- osc-tox-py38-tips
- osc-tox-py310-tips
- project:
templates: