Codebase list cinder-tempest-plugin / 6ab5225 .zuul.yaml
6ab5225

Tree @6ab5225 (Download .tar.gz)

.zuul.yaml @6ab5225raw · history · blame

- 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/.*$