Remove legacy-devstack-dsvm-updown job

This job is not used anymore, its usage got removed in
https://review.opendev.org/694989, so we can remove the definition now.

Change-Id: Id2d0337d64dc8dcd67ab7b5b9a121d7cba64949e
This commit is contained in:
Andreas Jaeger 2019-11-21 14:37:27 +01:00
parent bccd1df5bf
commit c19e3c4561
3 changed files with 0 additions and 82 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,50 +0,0 @@
- hosts: all
name: Autoconverted job legacy-devstack-dsvm-updown from old job gate-devstack-dsvm-updown-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/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 PYTHONUNBUFFERED=true
export DEVSTACK_GATE_HEAT=1
export DEVSTACK_GATE_SAHARA=1
export DEVSTACK_GATE_TLSPROXY=1
export BRANCH_OVERRIDE=default
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
# ensure that the unstack.sh and clean.sh scripts run
# without errors, so that we can
function post_test_hook {
cd /opt/stack/new/devstack
./gate/updown.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

@ -14,23 +14,6 @@
- openstack/python-barbicanclient
- openstack/tempest
- job:
name: legacy-devstack-dsvm-updown
parent: legacy-dsvm-base
run: playbooks/legacy/devstack-dsvm-updown/run.yaml
post-run: playbooks/legacy/devstack-dsvm-updown/post.yaml
timeout: 4200
required-projects:
- openstack/devstack
- openstack/devstack-gate
# following are required when DEVSTACK_GATE_HEAT, which this
# job turns on
- openstack/dib-utils
- openstack/diskimage-builder
# Required by DEVSTACK_GATE_SAHARA
- openstack/sahara
- openstack/sahara-dashboard
- job:
name: legacy-dox-buildimages
parent: legacy-base