Add functional jobs to the gate

Voting check jobs are supposed to also be gate jobs.

Change-Id: Ibdf4c30606552fa0c2660a24c97354f814e5be24
This commit is contained in:
Brian Rosmaita 2021-08-10 12:35:15 -04:00
parent 24b262c5c1
commit e474eeba3d
1 changed files with 9 additions and 0 deletions

View File

@ -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