remove networking-ovs-dpdk legacy job

As part of moveing networking-ovs-dpdk to run tests
with python 3 only we are removing the legacy job
definition and replacing it with a zuul v3 native
job. This change removes the
legacy-tempest-dsvm-networking-ovs-dpdk job definition
and playbooks from this repo.

Depends-On: https://review.opendev.org/#/c/701046/1
Change-Id: Ib4b443fd413722c3b2f92920222691fecd572334
This commit is contained in:
Sean Mooney 2020-01-03 17:18:42 +00:00
parent 60772592c8
commit 772e332110
3 changed files with 0 additions and 104 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,78 +0,0 @@
- hosts: all
name: Autoconverted job legacy-tempest-dsvm-networking-ovs-dpdk from old job gate-tempest-dsvm-networking-ovs-dpdk-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
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin networking-ovs-dpdk https://opendev.org/x/networking-ovs-dpdk
EOF
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_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=1
export BRANCH_OVERRIDE=default
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
# Because we are testing a non standard project, add
# our project repository. This makes zuul do the right
# reference magic for testing changes.
export PROJECTS="x/networking-ovs-dpdk $PROJECTS"
# Keep localrc to be able to set some vars in pre_test_hook
export KEEP_LOCALRC=1
function pre_test_hook {
if [ -f $BASE/new/networking-ovs-dpdk/devstack/gate/pre_test_hook.sh ] ; then
. $BASE/new/networking-ovs-dpdk/devstack/gate/pre_test_hook.sh
fi
}
export -f pre_test_hook
function post_test_hook {
if [ -f $BASE/new/networking-ovs-dpdk/devstack/gate/post_test_hook.sh ] ; then
. $BASE/new/networking-ovs-dpdk/devstack/gate/post_test_hook.sh
fi
}
export -f post_test_hook
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/networking-ovs-dpdk/devstack/gate/devstackgaterc
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

@ -987,17 +987,6 @@
- openstack/ovsdbapp
- openstack/tempest
- job:
name: legacy-tempest-dsvm-networking-ovs-dpdk
parent: legacy-dsvm-base
run: playbooks/legacy/tempest-dsvm-networking-ovs-dpdk/run.yaml
post-run: playbooks/legacy/tempest-dsvm-networking-ovs-dpdk/post.yaml
timeout: 7800
required-projects:
- openstack/devstack-gate
- x/networking-ovs-dpdk
- openstack/tempest
- job:
name: legacy-tempest-dsvm-neutron-dvr-multinode-full
parent: legacy-dsvm-base-multinode