Codebase list cinder-tempest-plugin / 4a63cd5
import zuul job settings from project-config This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I8d2d4c89e89cebb755d2425c3f5786ca4dc326ba Story: #2002586 Task: #24288 Doug Hellmann authored 7 years ago Andreas Jaeger committed 7 years ago
1 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 - project:
1 templates:
2 - check-requirements
3 - tempest-plugin-jobs
14 check:
25 jobs:
36 - cinder-tempest-plugin-lvm-lio
1821 - openstack/cinder
1922 vars:
2023 tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin)
21 tempest_test_blacklist: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt"
22 tox_envlist: 'all'
24 tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt'
25 tox_envlist: all
2326 devstack_localrc:
24 CINDER_ISCSI_HELPER: 'lioadm'
25 TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
27 CINDER_ISCSI_HELPER: lioadm
28 TEMPEST_PLUGINS: /opt/stack/cinder-tempest-plugin
2629 devstack_plugins:
27 barbican: 'git://git.openstack.org/openstack/barbican'
30 barbican: git://git.openstack.org/openstack/barbican
2831 devstack_services:
2932 barbican: true
3033 irrelevant-files: