Drop legacy-grenade-dsvm-neutron-multinode-live-migration

The job has been moved to the nova repo and backported to stable
branches. The new job name is nova-grenade-live-migration.

Depends-On: Ie9b61775dbb92b10237688eaddaca606c1c73a23

Change-Id: If534836dc5f74eba81c2ca2d3c8cbc44291759e7
This commit is contained in:
Matt Riedemann 2019-02-28 17:39:44 -05:00
parent cae8e2bafd
commit 4c8a02cb93
3 changed files with 0 additions and 86 deletions

View File

@ -1,15 +0,0 @@
- hosts: primary
tasks:
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
synchronize:
src: '{{ ansible_user_dir }}/workspace/'
dest: '{{ zuul.executor.log_root }}'
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- --include=/logs/**
- --include=*/
- --exclude=*
- --prune-empty-dirs

View File

@ -1,59 +0,0 @@
- hosts: primary
name: Autoconverted job legacy-grenade-dsvm-neutron-multinode-live-migration from
old job gate-grenade-dsvm-neutron-multinode-live-migration-nv
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: |
set -e
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
export PROJECTS="openstack/grenade $PROJECTS"
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
export DEVSTACK_GATE_GRENADE=pullup
# By default grenade runs only smoke tests so we need to set
# RUN_SMOKE to False in order to run live migration tests using
# grenade
export DEVSTACK_LOCAL_CONFIG="RUN_SMOKE=False"
# LIVE_MIGRATE_BACK_AND_FORTH will tell Tempest to run a live
# migration of the same instance to one compute node and then back
# to the other, which is mostly only interesting for grenade since
# we have mixed level computes.
export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIVE_MIGRATE_BACK_AND_FORTH=True"
export BRANCH_OVERRIDE=default
export DEVSTACK_GATE_TOPOLOGY="multinode"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {
/opt/stack/new/nova/nova/tests/live_migration/hooks/run_tests.sh
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'

View File

@ -213,18 +213,6 @@
- openstack/neutron
branches: ^(?!stable/(newton|ocata)).*$
- job:
name: legacy-grenade-dsvm-neutron-multinode-live-migration
parent: legacy-dsvm-base-multinode
run: playbooks/legacy/grenade-dsvm-neutron-multinode-live-migration/run.yaml
post-run: playbooks/legacy/grenade-dsvm-neutron-multinode-live-migration/post.yaml
timeout: 10800
required-projects:
- openstack/grenade
- openstack/devstack-gate
- openstack/neutron
branches: ^(?!(driverfixes|stable/(newton|ocata))).*$
- job:
name: legacy-grenade-dsvm-neutron-multinode-zero-downtime
parent: legacy-dsvm-base-multinode