From 9ce025835d2328a19532ab3e4f72222f153d5241 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 17 Aug 2018 16:12:06 -0500 Subject: [PATCH] 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 --- .zuul.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d82293393c7..9ca79c9f4d9 100644 --- a/.zuul.yaml +++ b/.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