summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2019-08-29 10:27:23 +0200
committerMatt Riedemann <mriedem.os@gmail.com>2019-08-30 15:35:46 -0400
commit7f8dd04108c92e95ae8c2c4a8ea90556a256d76c (patch)
treecb84e50416827a62879bac6c50a8e56c1b5bd4e6 /.zuul.yaml
parent5450f77d10e3cf5a10b9ede29e105bfe6fd685dd (diff)
downloadnova-7f8dd04108c92e95ae8c2c4a8ea90556a256d76c.tar.gz
Rename the nova-grenade-live-migration job to nova-grenade-multinode
We are planning to add non-live-migration multinode tests to this job so first we rename it to be more generic. Change-Id: I7571ff508fcccba40cf2307a8788c1850d2d9fd8
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 4f4b219b71..d757a99cff 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -247,16 +247,16 @@
- openstack/oslo.versionedobjects
- job:
- name: nova-grenade-live-migration
+ name: nova-grenade-multinode
parent: nova-dsvm-multinode-base
description: |
Multi-node grenade job which runs gate/live_migration/hooks tests.
In other words, this tests live migration with mixed-version compute
services which is important for things like rolling upgrade support.
- The former name for this job was
+ The former names for this job were "nova-grenade-live-migration" and
"legacy-grenade-dsvm-neutron-multinode-live-migration".
- run: playbooks/legacy/nova-grenade-live-migration/run.yaml
- post-run: playbooks/legacy/nova-grenade-live-migration/post.yaml
+ run: playbooks/legacy/nova-grenade-multinode/run.yaml
+ post-run: playbooks/legacy/nova-grenade-multinode/post.yaml
required-projects:
- openstack/grenade
- openstack/devstack-gate
@@ -362,7 +362,7 @@
# code; we don't need to run this on all changes, nor do we run
# it in the gate.
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
- - nova-grenade-live-migration
+ - nova-grenade-multinode
- nova-live-migration
- nova-lvm
- nova-multi-cell
@@ -379,7 +379,7 @@
irrelevant-files: *dsvm-irrelevant-files
gate:
jobs:
- - nova-grenade-live-migration
+ - nova-grenade-multinode
- nova-live-migration
- nova-tox-functional
- nova-tox-functional-py36