Skip to content

Commit 7203419

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add an updated tips job running on py310"
2 parents ad99248 + 00af88c commit 7203419

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@
3737
# other repos the tests will run in the same place
3838
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
3939

40+
- job:
41+
name: osc-tox-py310-tips
42+
parent: openstack-tox-py310
43+
description: |
44+
Run unit tests for OpenStackClient with master branch of important libs.
45+
46+
Takes advantage of the base tox job's install-siblings feature.
47+
# The job only tests the latest and shouldn't be run on the stable branches
48+
branches: ^(?!stable)
49+
required-projects:
50+
- openstack/cliff
51+
- openstack/keystoneauth
52+
- openstack/openstacksdk
53+
- openstack/osc-lib
54+
- openstack/python-openstackclient
55+
vars:
56+
# Set work dir to openstackclient so that if it's triggered by one of the
57+
# other repos the tests will run in the same place
58+
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
59+
4060
- job:
4161
name: osc-functional-devstack
4262
parent: devstack-tox-functional
@@ -182,9 +202,11 @@
182202
check:
183203
jobs:
184204
- osc-tox-py38-tips
205+
- osc-tox-py310-tips
185206
gate:
186207
jobs:
187208
- osc-tox-py38-tips
209+
- osc-tox-py310-tips
188210

189211
- project:
190212
templates:

0 commit comments

Comments
 (0)