summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-11-18 09:37:06 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2019-11-19 15:37:50 +0000
commit9e665c8a9590c58412e1b2584e94e9ec69869e8a (patch)
treee58560990b6bb797beab648b7a7cb43b569fbd51 /.zuul.yaml
parent14872caae1a51c7015dd7c509d0173df2e943ed4 (diff)
downloadnova-9e665c8a9590c58412e1b2584e94e9ec69869e8a.tar.gz
FUP to Ie1a0cbd82a617dbcc15729647218ac3e9cd0e5a9
Mention that nova-grenade-multinode and nova-live-migration run under python 3 in the job description since it's not obvious from the job names. Change-Id: I86f56b0238c72d2784e62f199cfc7704b95bbcf2
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index b6bcf999c2..0c4c3f02c8 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -94,7 +94,7 @@
Run tempest live migration tests against both local storage and shared
storage using ceph (the environment is reconfigured for ceph after the
local storage tests are run). Also runs simple evacuate tests.
- Config drive is forced on all instances.
+ Config drive is forced on all instances. Runs with python 3.
run: playbooks/legacy/nova-live-migration/run.yaml
post-run: playbooks/legacy/nova-live-migration/post.yaml
irrelevant-files: *dsvm-irrelevant-files
@@ -262,7 +262,8 @@
name: nova-grenade-multinode
parent: nova-dsvm-multinode-base
description: |
- Multi-node grenade job which runs gate/live_migration/hooks tests.
+ Multi-node grenade job which runs gate/live_migration/hooks tests under
+ python 3.
In other words, this tests live and cold migration and resize with
mixed-version compute services which is important for things like
rolling upgrade support.