Codebase list cinder-tempest-plugin / 5d32357
Merge "Add stable branch jobs on the plugins master gate" Zuul authored 5 years ago Gerrit Code Review committed 5 years ago
1 changed file(s) with 44 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
88 voting: false
99 - cinder-tempest-plugin-lvm-tgt-barbican
1010 - cinder-tempest-plugin-cbak-ceph
11 - cinder-tempest-plugin-basic-ussuri
12 - cinder-tempest-plugin-basic-train
13 - cinder-tempest-plugin-basic-stein
1114 gate:
1215 jobs:
1316 - cinder-tempest-plugin-lvm-lio-barbican
109112 This jobs configures Cinder with LVM, tgt, barbican and
110113 runs tempest tests and cinderlib tests.
111114 parent: cinder-tempest-plugin-lvm-barbican-base
115
116 - job:
117 name: cinder-tempest-plugin-basic
118 parent: devstack-tempest
119 description: |
120 Cinder tempest plugin tests job which run only cinder-tempest-plugin
121 tests.
122 required-projects:
123 - opendev.org/openstack/cinder-tempest-plugin
124 vars:
125 devstack_localrc:
126 TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True
127 tox_envlist: all
128 tempest_test_regex: cinder_tempest_plugin
129 tempest_plugins:
130 - cinder-tempest-plugin
131 irrelevant-files:
132 - ^.*\.rst$
133 - ^doc/.*$
134 - ^releasenotes/.*$
135
136 - job:
137 name: cinder-tempest-plugin-basic-ussuri
138 parent: cinder-tempest-plugin-basic
139 override-checkout: stable/ussuri
140
141 - job:
142 name: cinder-tempest-plugin-basic-train
143 parent: cinder-tempest-plugin-basic
144 override-checkout: stable/train
145 vars:
146 devstack_localrc:
147 USE_PYTHON3: True
148
149 - job:
150 name: cinder-tempest-plugin-basic-stein
151 parent: cinder-tempest-plugin-basic
152 override-checkout: stable/stein
153 vars:
154 devstack_localrc:
155 USE_PYTHON3: True