Remove cinder-tox-compliance job
Until we fix our driver inheritance model, this job is almost guaranteed to always pass. Rather than wasting gate resources for every patch, just remove the job from the zuul pipelines for now. It can still be run locally by calling `tox -e compliance`, so new driver developers, and probably driver reviewers, should still run this to make sure there is nothing missing, but that is unlikely if they follow driver conventions. Change-Id: I87e0de6fddad25931f71bfd7f32a218c0ed5aa98 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
a305a6a7d7
commit
9ce025835d
18
.zuul.yaml
18
.zuul.yaml
@ -2,7 +2,6 @@
|
||||
check:
|
||||
jobs:
|
||||
- cinder-tempest-dsvm-lvm-lio-barbican
|
||||
- cinder-tox-compliance
|
||||
- cinder-tox-bandit-baseline:
|
||||
voting: false
|
||||
- nova-multiattach
|
||||
@ -24,7 +23,6 @@
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- cinder-tox-compliance
|
||||
- nova-multiattach
|
||||
- openstack-tox-functional-py35:
|
||||
branches: ^(?!driverfixes/).*$
|
||||
@ -76,22 +74,6 @@
|
||||
- ^releasenotes/.*$
|
||||
- ^tools/.*$
|
||||
|
||||
- job:
|
||||
# Test that all drivers follow the defined interface
|
||||
name: cinder-tox-compliance
|
||||
parent: openstack-tox
|
||||
timeout: 2400
|
||||
vars:
|
||||
tox_envlist: compliance
|
||||
required-projects:
|
||||
- openstack/requirements
|
||||
files:
|
||||
- ^cinder/volume/driver.py
|
||||
- ^cinder/volume/drivers/.*$
|
||||
- ^cinder/interface/.*$
|
||||
- ^cinder/backup/.*$
|
||||
- ^cinder/zonemanager/.*$
|
||||
|
||||
- job:
|
||||
# Security testing for known issues
|
||||
name: cinder-tox-bandit-baseline
|
||||
|
Loading…
Reference in New Issue
Block a user