summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-08-10 12:35:15 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-08-24 15:50:34 -0400
commite474eeba3d0343d615ab7a625bb7d5ee3ca2dd61 (patch)
treedf1066acd74fe59e7c8381cc804bcaff6555b2f3
parent24b262c5c1f18303850efd1b5ef90a54a43b8ae8 (diff)
downloadpython-cinderclient-e474eeba3d0343d615ab7a625bb7d5ee3ca2dd61.tar.gz
Add functional jobs to the gate
Voting check jobs are supposed to also be gate jobs. Change-Id: Ibdf4c30606552fa0c2660a24c97354f814e5be24
-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