cinder-tempest-plugin/.zuul.yaml

39 lines
1.1 KiB
YAML

- project:
templates:
- check-requirements
- tempest-plugin-jobs
check:
jobs:
- cinder-tempest-plugin-lvm-lio
- devstack-plugin-ceph-tempest
- job:
name: cinder-tempest-plugin-lvm-lio
voting: false
description: |
Run Cinder Tempest Plugin tests
parent: devstack-tempest
required-projects:
- openstack/devstack-gate
- openstack/barbican
- openstack/python-barbicanclient
- openstack/tempest
- openstack/os-brick
- openstack/cinder-tempest-plugin
- openstack/cinder
vars:
tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin)
tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt'
tox_envlist: all
devstack_localrc:
CINDER_ISCSI_HELPER: lioadm
TEMPEST_PLUGINS: /opt/stack/cinder-tempest-plugin
devstack_plugins:
barbican: https://opendev.org/openstack/barbican
devstack_services:
barbican: true
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$