Remove legacy-tempest-dsvm-multinode-live-migration job definition

The job is now defined in the nova repo as nova-live-migration. This
change depends on the tip of the series of changes so the new job name
is used in nova and tempest and the legacy job name is removed from
project-config.

Depends-On: https://review.openstack.org/565611

Change-Id: I6cce840a8644f41221490ad065d9d85d3e1d5fdb
This commit is contained in:
melanie witt 2018-05-01 23:13:00 +00:00
parent cbecc4bb38
commit 9a0338909d
3 changed files with 0 additions and 74 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,48 +0,0 @@
- hosts: primary
name: Autoconverted job legacy-tempest-dsvm-multinode-live-migration from old job
gate-tempest-dsvm-multinode-live-migration-ubuntu-xenial
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-infra/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
git://git.openstack.org \
openstack-infra/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
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

@ -3171,17 +3171,6 @@
- openstack/tempest
nodeset: legacy-ubuntu-xenial-2-node
- job:
name: legacy-tempest-dsvm-multinode-live-migration
parent: legacy-dsvm-base-multinode
run: playbooks/legacy/tempest-dsvm-multinode-live-migration/run.yaml
post-run: playbooks/legacy/tempest-dsvm-multinode-live-migration/post.yaml
timeout: 10800
required-projects:
- openstack-infra/devstack-gate
- openstack/tempest
nodeset: legacy-ubuntu-xenial-2-node
- job:
name: legacy-tempest-dsvm-networking-bagpipe
parent: legacy-dsvm-base