File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
playbooks/legacy/nova-grenade-multinode Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 247
247
- openstack/oslo.versionedobjects
248
248
249
249
- job :
250
- name : nova-grenade-live-migration
250
+ name : nova-grenade-multinode
251
251
parent : nova-dsvm-multinode-base
252
252
description : |
253
253
Multi-node grenade job which runs gate/live_migration/hooks tests.
254
254
In other words, this tests live migration with mixed-version compute
255
255
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
257
257
"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
260
260
required-projects :
261
261
- openstack/grenade
262
262
- openstack/devstack-gate
362
362
# code; we don't need to run this on all changes, nor do we run
363
363
# it in the gate.
364
364
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
365
- - nova-grenade-live-migration
365
+ - nova-grenade-multinode
366
366
- nova-live-migration
367
367
- nova-lvm
368
368
- nova-multi-cell
379
379
irrelevant-files : *dsvm-irrelevant-files
380
380
gate :
381
381
jobs :
382
- - nova-grenade-live-migration
382
+ - nova-grenade-multinode
383
383
- nova-live-migration
384
384
- nova-tox-functional
385
385
- nova-tox-functional-py36
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
- hosts : primary
2
- name : nova-grenade-live-migration
2
+ name : nova-grenade-multinode
3
3
tasks :
4
4
5
5
- name : Ensure legacy workspace directory
You can’t perform that action at this time.
0 commit comments