summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Jens Harbott <harbott@osism.tech>2023-03-31 19:19:20 +0200
committerDr. Jens Harbott <harbott@osism.tech>2023-03-31 19:19:20 +0200
commit00af88cf741d3287055e40d8e1edd9dcb3cfe54d (patch)
treed65c41c960394c7e677aaa93cfedf5a505d09208
parent0a9a1753b5e6f57b39ef692d186b01954f2e58e8 (diff)
downloadpython-openstackclient-00af88cf741d3287055e40d8e1edd9dcb3cfe54d.tar.gz
Add an updated tips job running on py310
Change-Id: Iadc32b4e8ea10561784208cdc8bf05ff3b3ca59d
-rw-r--r--.zuul.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 2c66c74a..c3850609 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -38,6 +38,26 @@
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
description: |
@@ -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: