cinder-tempest-plugin/.zuul.yaml
Sean McGinnis a0313940b6
Make cinder-tempest-plugin-lvm-lio non-voting
There are currently issues with this test that need to be resolved.
Until that can be worked through, this switches the job to be non-voting
so we are not blocking other patches from being able to be merged.

Change-Id: I3b1270ce9d69c05351011e06542e4bf9e9f1ea35
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-09-21 13:51:51 -05:00

35 lines
1.0 KiB
YAML

- project:
check:
jobs:
- cinder-tempest-plugin-lvm-lio
- job:
name: cinder-tempest-plugin-lvm-lio
voting: false
description: |
Run Cinder Tempest Plugin tests
parent: devstack-tempest
required-projects:
- openstack-infra/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: 'git://git.openstack.org/openstack/barbican'
devstack_services:
barbican: true
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$