Merge "Add functional jobs to the gate"

This commit is contained in:
Zuul 2021-08-30 16:02:52 +00:00 committed by Gerrit Code Review
commit 4bad5ff2bf
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