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 132
132
133
133
- job :
134
134
name : nova-lvm
135
- parent : nova-dsvm-base
135
+ parent : devstack-tempest
136
136
description : |
137
137
Run tempest compute API tests using LVM image backend. This only runs
138
138
against nova/virt/libvirt/* changes.
139
- run : playbooks/legacy/nova-lvm/run.yaml
140
- post-run : playbooks/legacy/nova-lvm/post.yaml
141
139
# Copy irrelevant-files from nova-dsvm-base and then exclude anything
142
- # that is not in nova/virt/libvirt/* or nova/privsep/* (besides the actual
143
- # zuul playbook and tempest rc files so this can be self-testing).
140
+ # that is not in nova/virt/libvirt/* or nova/privsep/*.
144
141
irrelevant-files :
145
- - ^(?!.zuul.yaml)(?!playbooks/legacy/nova-lvm/)(?!devstack/tempest-dsvm-lvm-rc)(?! nova/virt/libvirt/)(?!nova/privsep/).*$
142
+ - ^(?!.zuul.yaml)(?!nova/virt/libvirt/)(?!nova/privsep/).*$
146
143
- ^api-.*$
147
144
- ^(test-|)requirements.txt$
148
145
- ^.*\.rst$
160
157
# TODO(mriedem): Make this voting and gating once bug 1771700 is fixed
161
158
# and we've had enough runs to feel comfortable with this setup.
162
159
voting : false
160
+ vars :
161
+ # We use the "all" environment for tempest_test_regex and
162
+ # tempest_black_regex.
163
+ tox_envlist : all
164
+ # Only run compute API tests.
165
+ tempest_test_regex : ^tempest\.api\.compute
166
+ # Skip slow tests.
167
+ tempest_black_regex : .*\[.*\bslow\b.*\]
168
+ devstack_local_conf :
169
+ test-config :
170
+ $TEMPEST_CONFIG :
171
+ compute-feature-enabled :
172
+ # NOTE(mriedem): resize of non-volume-backed lvm instances does
173
+ # not yet work (bug 1831657).
174
+ resize : false
175
+ cold_migration : false
176
+ devstack_localrc :
177
+ NOVA_BACKEND : LVM
178
+ # Do not waste time clearing volumes.
179
+ LVM_VOLUME_CLEAR : none
180
+ # Disable SSH validation in tests to save time.
181
+ TEMPEST_RUN_VALIDATION : false
163
182
164
183
- job :
165
184
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