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
This commit is contained in:
Balazs Gibizer
2019-08-29 10:27:23 +02:00
committed by Matt Riedemann
parent 5450f77d10
commit 7f8dd04108
3 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -247,16 +247,16 @@
- openstack/oslo.versionedobjects - openstack/oslo.versionedobjects
- job: - job:
name: nova-grenade-live-migration name: nova-grenade-multinode
parent: nova-dsvm-multinode-base parent: nova-dsvm-multinode-base
description: | description: |
Multi-node grenade job which runs gate/live_migration/hooks tests. Multi-node grenade job which runs gate/live_migration/hooks tests.
In other words, this tests live migration with mixed-version compute In other words, this tests live migration with mixed-version compute
services which is important for things like rolling upgrade support. 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". "legacy-grenade-dsvm-neutron-multinode-live-migration".
run: playbooks/legacy/nova-grenade-live-migration/run.yaml run: playbooks/legacy/nova-grenade-multinode/run.yaml
post-run: playbooks/legacy/nova-grenade-live-migration/post.yaml post-run: playbooks/legacy/nova-grenade-multinode/post.yaml
required-projects: required-projects:
- openstack/grenade - openstack/grenade
- openstack/devstack-gate - openstack/devstack-gate
@@ -362,7 +362,7 @@
# code; we don't need to run this on all changes, nor do we run # code; we don't need to run this on all changes, nor do we run
# it in the gate. # it in the gate.
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$ - ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
- nova-grenade-live-migration - nova-grenade-multinode
- nova-live-migration - nova-live-migration
- nova-lvm - nova-lvm
- nova-multi-cell - nova-multi-cell
@@ -379,7 +379,7 @@
irrelevant-files: *dsvm-irrelevant-files irrelevant-files: *dsvm-irrelevant-files
gate: gate:
jobs: jobs:
- nova-grenade-live-migration - nova-grenade-multinode
- nova-live-migration - nova-live-migration
- nova-tox-functional - nova-tox-functional
- nova-tox-functional-py36 - nova-tox-functional-py36
@@ -1,5 +1,5 @@
- hosts: primary - hosts: primary
name: nova-grenade-live-migration name: nova-grenade-multinode
tasks: tasks:
- name: Ensure legacy workspace directory - name: Ensure legacy workspace directory