Merge "Move legacy-cinder-tox-* jobs in-tree"
This commit is contained in:
commit
c0c58d117f
68
.zuul.yaml
68
.zuul.yaml
@ -4,19 +4,12 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- cinder-tempest-dsvm-lvm-lio:
|
- cinder-tempest-dsvm-lvm-lio:
|
||||||
voting: false
|
voting: false
|
||||||
branches: ^(?!driverfixes/).*$
|
- cinder-tox-compliance
|
||||||
irrelevant-files:
|
- cinder-tox-bandit-baseline:
|
||||||
- ^.*\.rst$
|
voting: false
|
||||||
- ^api-ref/.*$
|
gate:
|
||||||
- ^cinder/hacking/.*$
|
jobs:
|
||||||
- ^cinder/locale/.*$
|
- cinder-tox-compliance
|
||||||
- ^cinder/tests/functional.*$
|
|
||||||
- ^cinder/tests/unit.*$
|
|
||||||
- ^contrib/block-box.*$
|
|
||||||
- ^doc/.*$
|
|
||||||
- ^releasenotes/.*$
|
|
||||||
- ^setup.cfg$
|
|
||||||
- ^tools/.*$
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
# Previously named legacy-tempest-dsvm-full-lio
|
# Previously named legacy-tempest-dsvm-full-lio
|
||||||
@ -31,3 +24,52 @@
|
|||||||
- openstack/python-barbicanclient
|
- openstack/python-barbicanclient
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
- openstack/os-brick
|
- openstack/os-brick
|
||||||
|
irrelevant-files:
|
||||||
|
- ^.*\.rst$
|
||||||
|
- ^api-ref/.*$
|
||||||
|
- ^cinder/hacking/.*$
|
||||||
|
- ^cinder/locale/.*$
|
||||||
|
- ^cinder/tests/functional.*$
|
||||||
|
- ^cinder/tests/unit.*$
|
||||||
|
- ^contrib/block-box.*$
|
||||||
|
- ^doc/.*$
|
||||||
|
- ^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
|
||||||
|
parent: openstack-tox
|
||||||
|
timeout: 2400
|
||||||
|
vars:
|
||||||
|
tox_envlist: bandit-baseline
|
||||||
|
required-projects:
|
||||||
|
- openstack/requirements
|
||||||
|
irrelevant-files:
|
||||||
|
- ^.*\.rst$
|
||||||
|
- ^api-ref/.*$
|
||||||
|
- ^cinder/hacking/.*$
|
||||||
|
- ^cinder/locale/.*$
|
||||||
|
- ^cinder/tests/functional.*$
|
||||||
|
- ^cinder/tests/unit.*$
|
||||||
|
- ^contrib/block-box.*$
|
||||||
|
- ^doc/.*$
|
||||||
|
- ^releasenotes/.*$
|
||||||
|
- ^setup.cfg$
|
||||||
|
- ^tools/.*$
|
||||||
|
Loading…
Reference in New Issue
Block a user