summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-30 16:02:52 +0000
committerGerrit Code Review <review@openstack.org>2021-08-30 16:02:52 +0000
commit4bad5ff2bff0cec883ceae0044af755669b7f2b5 (patch)
treea34a7380e2b62c85f4f261781cc7595d048798ee
parent0a685a7937e41006b8e5911db1b6bba98c0ad890 (diff)
parente474eeba3d0343d615ab7a625bb7d5ee3ca2dd61 (diff)
downloadpython-cinderclient-4bad5ff2bff0cec883ceae0044af755669b7f2b5.tar.gz
Merge "Add functional jobs to the gate"
-rw-r--r--.zuul.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index fa33c4e..28853f4 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -16,6 +16,11 @@
$CINDER_CONF:
DEFAULT:
quota_volumes: 25
+ irrelevant-files:
+ - ^.*\.rst$
+ - ^doc/.*$
+ - ^releasenotes/.*$
+ - ^cinderclient/tests/unit/.*$
- job:
name: python-cinderclient-functional-py36
@@ -47,3 +52,7 @@
- python-cinderclient-functional-py38
- openstack-tox-pylint:
voting: false
+ gate:
+ jobs:
+ - python-cinderclient-functional-py36
+ - python-cinderclient-functional-py38