2017-11-07 14:45:05 -05:00
|
|
|
- project:
|
|
|
|
check:
|
|
|
|
jobs:
|
2018-03-09 11:14:55 -05:00
|
|
|
- cinder-tempest-dsvm-lvm-lio-barbican
|
2017-11-20 14:43:25 -06:00
|
|
|
- cinder-tox-compliance
|
|
|
|
- cinder-tox-bandit-baseline:
|
|
|
|
voting: false
|
2018-01-10 18:43:54 -05:00
|
|
|
- nova-multiattach
|
2018-01-23 06:23:48 -06:00
|
|
|
- openstack-tox-functional-py35:
|
|
|
|
branches: ^(?!driverfixes/).*$
|
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^api-ref/.*$
|
|
|
|
- ^cinder/hacking/.*$
|
|
|
|
- ^cinder/locale/.*$
|
|
|
|
- ^cinder/tests/unit.*$
|
|
|
|
- ^contrib/block-box.*$
|
|
|
|
- ^doc/.*$
|
|
|
|
- ^releasenotes/.*$
|
2018-03-22 09:50:36 -04:00
|
|
|
- openstack-tox-lower-constraints
|
2018-04-26 08:54:32 -05:00
|
|
|
- cinder-tox-functional-py36
|
|
|
|
- cinder-tox-py36
|
2018-04-19 15:29:42 +03:00
|
|
|
- cinder-rally-task:
|
|
|
|
voting: false
|
2017-11-20 14:43:25 -06:00
|
|
|
gate:
|
|
|
|
jobs:
|
|
|
|
- cinder-tox-compliance
|
2018-01-10 18:43:54 -05:00
|
|
|
- nova-multiattach
|
2018-01-23 06:23:48 -06:00
|
|
|
- openstack-tox-functional-py35:
|
|
|
|
branches: ^(?!driverfixes/).*$
|
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^api-ref/.*$
|
|
|
|
- ^cinder/hacking/.*$
|
|
|
|
- ^cinder/locale/.*$
|
|
|
|
- ^cinder/tests/unit.*$
|
|
|
|
- ^contrib/block-box.*$
|
|
|
|
- ^doc/.*$
|
|
|
|
- ^releasenotes/.*$
|
2017-11-07 14:45:05 -05:00
|
|
|
|
2018-03-22 09:50:36 -04:00
|
|
|
- openstack-tox-lower-constraints
|
2018-05-25 01:16:30 +03:00
|
|
|
experimental:
|
|
|
|
jobs:
|
|
|
|
- tempest-cinder-v2-api:
|
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^api-ref/.*$
|
|
|
|
- ^cinder/hacking/.*$
|
|
|
|
- ^cinder/locale/.*$
|
|
|
|
- ^cinder/tests/unit.*$
|
|
|
|
- ^contrib/block-box.*$
|
|
|
|
- ^doc/.*$
|
|
|
|
- ^releasenotes/.*$
|
2017-11-07 14:45:05 -05:00
|
|
|
- job:
|
|
|
|
# Previously named legacy-tempest-dsvm-full-lio
|
2018-01-30 14:41:56 -05:00
|
|
|
name: cinder-tempest-dsvm-lvm-lio-barbican
|
2017-11-07 14:45:05 -05:00
|
|
|
parent: legacy-dsvm-base
|
2018-01-30 14:41:56 -05:00
|
|
|
run: playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml
|
|
|
|
post-run: playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/post.yaml
|
2017-11-07 14:45:05 -05:00
|
|
|
timeout: 10800
|
|
|
|
required-projects:
|
|
|
|
- openstack-infra/devstack-gate
|
|
|
|
- openstack/barbican
|
|
|
|
- openstack/python-barbicanclient
|
|
|
|
- openstack/tempest
|
|
|
|
- openstack/os-brick
|
2017-11-20 14:43:25 -06:00
|
|
|
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/.*$
|
2018-04-26 08:54:32 -05:00
|
|
|
- job:
|
|
|
|
# Testing running on bionic
|
|
|
|
name: cinder-tox-functional-py36
|
|
|
|
parent: openstack-tox
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
vars:
|
|
|
|
tox_envlist: functional-py36
|
2018-05-02 06:40:03 -05:00
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^api-ref/.*$
|
|
|
|
- ^cinder/hacking/.*$
|
|
|
|
- ^cinder/locale/.*$
|
|
|
|
- ^cinder/tests/unit.*$
|
|
|
|
- ^contrib/block-box.*$
|
|
|
|
- ^doc/.*$
|
|
|
|
- ^releasenotes/.*$
|
|
|
|
- ^tools/.*$
|
2018-04-26 08:54:32 -05:00
|
|
|
- job:
|
|
|
|
# Testing running on bionic
|
|
|
|
name: cinder-tox-py36
|
|
|
|
parent: openstack-tox
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
vars:
|
|
|
|
tox_envlist: py36
|
2018-05-02 06:40:03 -05:00
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^api-ref/.*$
|
|
|
|
- ^cinder/hacking/.*$
|
|
|
|
- ^cinder/locale/.*$
|
|
|
|
- ^cinder/tests/functional.*$
|
|
|
|
- ^contrib/block-box.*$
|
|
|
|
- ^doc/.*$
|
|
|
|
- ^releasenotes/.*$
|
|
|
|
- ^tools/.*$
|
2018-04-19 15:29:42 +03:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: cinder-rally-task
|
|
|
|
parent: rally-task-cinder
|
|
|
|
timeout: 7800
|
|
|
|
vars:
|
|
|
|
devstack_plugins:
|
|
|
|
rally-openstack: https://git.openstack.org/openstack/rally-openstack
|
|
|
|
rally_task: rally-jobs/cinder.yaml
|
|
|
|
required-projects:
|
|
|
|
- openstack/rally-openstack
|