Add functional jobs to the gate
Voting check jobs are supposed to also be gate jobs. Change-Id: Ibdf4c30606552fa0c2660a24c97354f814e5be24
This commit is contained in:
@@ -16,6 +16,11 @@
|
|||||||
$CINDER_CONF:
|
$CINDER_CONF:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
quota_volumes: 25
|
quota_volumes: 25
|
||||||
|
irrelevant-files:
|
||||||
|
- ^.*\.rst$
|
||||||
|
- ^doc/.*$
|
||||||
|
- ^releasenotes/.*$
|
||||||
|
- ^cinderclient/tests/unit/.*$
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: python-cinderclient-functional-py36
|
name: python-cinderclient-functional-py36
|
||||||
@@ -47,3 +52,7 @@
|
|||||||
- python-cinderclient-functional-py38
|
- python-cinderclient-functional-py38
|
||||||
- openstack-tox-pylint:
|
- openstack-tox-pylint:
|
||||||
voting: false
|
voting: false
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- python-cinderclient-functional-py36
|
||||||
|
- python-cinderclient-functional-py38
|
||||||
|
Reference in New Issue
Block a user