File tree Expand file tree Collapse file tree 4 files changed +25
-137
lines changed
playbooks/legacy/nova-lvm Expand file tree Collapse file tree 4 files changed +25
-137
lines changed Original file line number Diff line number Diff line change 150
150
151
151
- job :
152
152
name : nova-lvm
153
- parent : nova-dsvm-base
153
+ parent : devstack-tempest
154
154
description : |
155
155
Run tempest compute API tests using LVM image backend. This only runs
156
156
against nova/virt/libvirt/* changes.
157
- run : playbooks/legacy/nova-lvm/run.yaml
158
- post-run : playbooks/legacy/nova-lvm/post.yaml
159
157
# Copy irrelevant-files from nova-dsvm-base and then exclude anything
160
- # that is not in nova/virt/libvirt/* or nova/privsep/* (besides the actual
161
- # zuul playbook and tempest rc files so this can be self-testing).
158
+ # that is not in nova/virt/libvirt/* or nova/privsep/*.
162
159
irrelevant-files :
163
- - ^(?!.zuul.yaml)(?!playbooks/legacy/nova-lvm/)(?!devstack/tempest-dsvm-lvm-rc)(?! nova/virt/libvirt/)(?!nova/privsep/).*$
160
+ - ^(?!.zuul.yaml)(?!nova/virt/libvirt/)(?!nova/privsep/).*$
164
161
- ^api-.*$
165
162
- ^(test-|)requirements.txt$
166
163
- ^.*\.rst$
178
175
# TODO(mriedem): Make this voting and gating once bug 1771700 is fixed
179
176
# and we've had enough runs to feel comfortable with this setup.
180
177
voting : false
178
+ vars :
179
+ # We use the "all" environment for tempest_test_regex and
180
+ # tempest_black_regex.
181
+ tox_envlist : all
182
+ # Only run compute API tests.
183
+ tempest_test_regex : ^tempest\.api\.compute
184
+ # Skip slow tests.
185
+ tempest_black_regex : .*\[.*\bslow\b.*\]
186
+ devstack_local_conf :
187
+ test-config :
188
+ $TEMPEST_CONFIG :
189
+ compute-feature-enabled :
190
+ # NOTE(mriedem): resize of non-volume-backed lvm instances does
191
+ # not yet work (bug 1831657).
192
+ resize : false
193
+ cold_migration : false
194
+ devstack_localrc :
195
+ NOVA_BACKEND : LVM
196
+ # Do not waste time clearing volumes.
197
+ LVM_VOLUME_CLEAR : none
198
+ # Disable SSH validation in tests to save time.
199
+ TEMPEST_RUN_VALIDATION : false
181
200
182
201
- job :
183
202
name : nova-next
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments