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:
Sean McGinnis 2018-08-17 16:12:06 -05:00 committed by Jay Bryant
parent a305a6a7d7
commit 9ce025835d
1 changed files with 0 additions and 18 deletions

View File

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