Skip to content

Commit 7f8dd04

Browse files
Balazs Gibizermriedem
authored andcommitted
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
1 parent 5450f77 commit 7f8dd04

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.zuul.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,16 @@
247247
- openstack/oslo.versionedobjects
248248

249249
- job:
250-
name: nova-grenade-live-migration
250+
name: nova-grenade-multinode
251251
parent: nova-dsvm-multinode-base
252252
description: |
253253
Multi-node grenade job which runs gate/live_migration/hooks tests.
254254
In other words, this tests live migration with mixed-version compute
255255
services which is important for things like rolling upgrade support.
256-
The former name for this job was
256+
The former names for this job were "nova-grenade-live-migration" and
257257
"legacy-grenade-dsvm-neutron-multinode-live-migration".
258-
run: playbooks/legacy/nova-grenade-live-migration/run.yaml
259-
post-run: playbooks/legacy/nova-grenade-live-migration/post.yaml
258+
run: playbooks/legacy/nova-grenade-multinode/run.yaml
259+
post-run: playbooks/legacy/nova-grenade-multinode/post.yaml
260260
required-projects:
261261
- openstack/grenade
262262
- openstack/devstack-gate
@@ -362,7 +362,7 @@
362362
# code; we don't need to run this on all changes, nor do we run
363363
# it in the gate.
364364
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
365-
- nova-grenade-live-migration
365+
- nova-grenade-multinode
366366
- nova-live-migration
367367
- nova-lvm
368368
- nova-multi-cell
@@ -379,7 +379,7 @@
379379
irrelevant-files: *dsvm-irrelevant-files
380380
gate:
381381
jobs:
382-
- nova-grenade-live-migration
382+
- nova-grenade-multinode
383383
- nova-live-migration
384384
- nova-tox-functional
385385
- nova-tox-functional-py36

playbooks/legacy/nova-grenade-live-migration/run.yaml renamed to playbooks/legacy/nova-grenade-multinode/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- hosts: primary
2-
name: nova-grenade-live-migration
2+
name: nova-grenade-multinode
33
tasks:
44

55
- name: Ensure legacy workspace directory

0 commit comments

Comments
 (0)