Skip to content

Commit

Permalink
Rename the nova-grenade-live-migration job to nova-grenade-multinode
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Balazs Gibizer authored and mriedem committed Aug 30, 2019
1 parent 5450f77 commit 7f8dd04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .zuul.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
@@ -1,5 +1,5 @@
- hosts: primary
name: nova-grenade-live-migration
name: nova-grenade-multinode
tasks:

- name: Ensure legacy workspace directory
Expand Down

0 comments on commit 7f8dd04

Please sign in to comment.