summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-04 08:10:07 +0000
committerGerrit Code Review <review@openstack.org>2023-04-04 08:10:07 +0000
commit72034196ca07624d89f736bce03b233b482c1f74 (patch)
tree959e42b8d3214e538fd75847320ef82d2b60bde3
parentad992486fb1342136f09c8e3774c76ed24faa14d (diff)
parent00af88cf741d3287055e40d8e1edd9dcb3cfe54d (diff)
downloadpython-openstackclient-72034196ca07624d89f736bce03b233b482c1f74.tar.gz
Merge "Add an updated tips job running on py310"
-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: