Codebase list cinder-tempest-plugin / 1a0b126
Merge "Refactor the lvm barbican job(s): cinderlib-less variant" Zuul authored 5 years ago Gerrit Code Review committed 5 years ago
1 changed file(s) with 27 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
2525 - cinder-tempest-plugin-cbak-ceph-train
2626
2727 - job:
28 name: cinder-tempest-plugin-lvm-barbican-base
28 name: cinder-tempest-plugin-lvm-barbican-base-abstract
2929 description: |
3030 This is a base job for lvm with lio & tgt targets
3131 parent: devstack-tempest
32 abstract: true
3233 timeout: 10800
33 roles:
34 - zuul: opendev.org/openstack/cinderlib
3534 required-projects:
3635 - opendev.org/openstack/barbican
3736 - opendev.org/openstack/tempest
3837 - opendev.org/openstack/cinder-tempest-plugin
3938 - opendev.org/openstack/cinder
40 - opendev.org/openstack/cinderlib
41 run: playbooks/tempest-and-cinderlib-run.yaml
42 # Required to collect the tox-based logs of the cinderlib functional tests
43 post-run: playbooks/post-cinderlib.yaml
4439 host-vars:
4540 controller:
4641 devstack_plugins:
6560 barbican: true
6661 tempest_plugins:
6762 - cinder-tempest-plugin
68 fetch_subunit_output_additional_dirs:
69 - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
7063 irrelevant-files:
7164 - ^.*\.rst$
7265 - ^doc/.*$
7366 - ^releasenotes/.*$
67
68 - job:
69 name: cinder-tempest-plugin-lvm-barbican-base
70 description: |
71 This is a base job for lvm with lio & tgt targets
72 with cinderlib tests.
73 branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$
74 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
75 roles:
76 - zuul: opendev.org/openstack/cinderlib
77 required-projects:
78 - opendev.org/openstack/cinderlib
79 run: playbooks/tempest-and-cinderlib-run.yaml
80 # Required to collect the tox-based logs of the cinderlib functional tests
81 post-run: playbooks/post-cinderlib.yaml
82 vars:
83 fetch_subunit_output_additional_dirs:
84 - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
85
86 - job:
87 name: cinder-tempest-plugin-lvm-barbican-base
88 description: |
89 This is a base job for lvm with lio & tgt targets
90 branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$
91 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
7492
7593 - job:
7694 name: cinder-tempest-plugin-cbak-ceph