From e474eeba3d0343d615ab7a625bb7d5ee3ca2dd61 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 10 Aug 2021 12:35:15 -0400 Subject: Add functional jobs to the gate Voting check jobs are supposed to also be gate jobs. Change-Id: Ibdf4c30606552fa0c2660a24c97354f814e5be24 --- .zuul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.1