Skip to content

Commit 573b379

Browse files
committed
Modernize nova-lvm job
This updates the job to run with python3 and also disables the cinder-backup service since we are not testing anything that needs it - so this saves a bit of time stacking the test node. Change-Id: I68ad1716b5ee9c58418a8e687bb521ee75495585
1 parent 35d8f93 commit 573b379

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.zuul.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,15 @@
192192
resize: false
193193
cold_migration: false
194194
devstack_localrc:
195+
USE_PYTHON3: True
195196
NOVA_BACKEND: LVM
196197
# Do not waste time clearing volumes.
197198
LVM_VOLUME_CLEAR: none
198199
# Disable SSH validation in tests to save time.
199200
TEMPEST_RUN_VALIDATION: false
201+
devstack_services:
202+
# Disable non-essential services that we don't need for this job.
203+
c-bak: false
200204

201205
- job:
202206
name: nova-next

0 commit comments

Comments
 (0)