summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-08-02 13:13:07 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-08-02 13:13:07 -0400
commit573b3799a02d54d908b8f0c668588254fa91a2f7 (patch)
treef8e4c2a2d02a446af211b09cf6f20eadb4dcc231 /.zuul.yaml
parent35d8f93645115d00f823a74b34a868f991182b1b (diff)
downloadnova-573b3799a02d54d908b8f0c668588254fa91a2f7.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml4
1 files changed, 4 insertions, 0 deletions
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