Merge "zuul: Add nova-live-migration-ceph job"

This commit is contained in:
Zuul 2021-03-29 21:00:34 +00:00 committed by Gerrit Code Review
commit 5f74ba51c3
1 changed files with 20 additions and 13 deletions

View File

@ -99,19 +99,24 @@
block_migrate_cinder_iscsi: true block_migrate_cinder_iscsi: true
post-run: playbooks/nova-live-migration/post-run.yaml post-run: playbooks/nova-live-migration/post-run.yaml
# TODO(lyarwood): The following jobs need to be written as part of the - job:
# migration to zuulv3 before nova-live-migration can be removed: name: nova-live-migration-ceph
# parent: devstack-plugin-ceph-multinode-tempest-py3
#- job: description: |
# name: nova-multinode-live-migration-ceph Run tempest live migration tests against ceph ephemeral storage and
# description: | cinder volumes.
# Run tempest live migration tests against ceph ephemeral storage and irrelevant-files: *dsvm-irrelevant-files
# cinder volumes. vars:
#- job: tox_envlist: all
# name: nova-multinode-evacuate-ceph tempest_test_regex: (^tempest\.api\.compute\.admin\.(test_live_migration|test_migration))
# description: | devstack_local_conf:
# Verifiy the evacuation of instances with ceph ephemeral disks test-config:
# from down compute hosts. $TEMPEST_CONFIG:
compute-feature-enabled:
volume_backed_live_migration: true
block_migration_for_live_migration: false
block_migrate_cinder_iscsi: false
post-run: playbooks/nova-live-migration/post-run.yaml
- job: - job:
name: nova-lvm name: nova-lvm
@ -456,6 +461,7 @@
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$ - ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
- nova-grenade-multinode - nova-grenade-multinode
- nova-live-migration - nova-live-migration
- nova-live-migration-ceph
- nova-lvm - nova-lvm
- nova-multi-cell - nova-multi-cell
- nova-next - nova-next
@ -497,6 +503,7 @@
jobs: jobs:
- nova-grenade-multinode - nova-grenade-multinode
- nova-live-migration - nova-live-migration
- nova-live-migration-ceph
- nova-tox-functional-py38 - nova-tox-functional-py38
- nova-multi-cell - nova-multi-cell
- nova-next - nova-next