From 573b3799a02d54d908b8f0c668588254fa91a2f7 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 2 Aug 2019 13:13:07 -0400 Subject: [PATCH] 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 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 68c6ca832d..2d7912bcae 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -192,11 +192,15 @@ resize: false cold_migration: false devstack_localrc: + USE_PYTHON3: True NOVA_BACKEND: LVM # Do not waste time clearing volumes. LVM_VOLUME_CLEAR: none # Disable SSH validation in tests to save time. TEMPEST_RUN_VALIDATION: false + devstack_services: + # Disable non-essential services that we don't need for this job. + c-bak: false - job: name: nova-next