Remove manually added legacy-tempest-dsvm-neutron-full

Change-Id: I72687a56285a3d733a9adeaf3dc037a1ac95efd3
This commit is contained in:
Monty Taylor 2017-09-25 16:34:03 -05:00
parent 63a8a79c37
commit 3d915fe3aa
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 0 additions and 79 deletions

View File

@ -51,19 +51,6 @@
post-run:
playbooks/post
- job:
name: legacy-tempest-dsvm-neutron-full
parent: legacy-dsvm-base
run: playbooks/legacy/tempest-dsvm-neutron-full/run
post-run: playbooks/legacy/tempest-dsvm-neutron-full/post
timeout: 10800
vars:
BUILD_TIMEOUT: '10800000'
required-projects:
- openstack/neutron
- openstack/tempest
- openstack-infra/devstack-gate
- project:
name: openstack-infra/devstack-gate
check:
@ -74,6 +61,3 @@
- ^playbooks/post
- ^playbooks/devstack
- ^roles/
- legacy-tempest-dsvm-neutron-full:
files:
- ^playbooks/legacy/tempest-dsvm-neutron-full/.*

View File

@ -1,15 +0,0 @@
- hosts: all
tasks:
- name: Copy files from {{ ansible_user_dir }} on node
synchronize:
src: '{{ ansible_user_dir }}/'
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: all
name: Autoconverted job legacy-tempest-dsvm-neutron-full from old job gate-tempest-dsvm-neutron-full-ubuntu-xenial
tasks:
- 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
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
ENABLE_FILE_INJECTION=True
EOF
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TLSPROXY=1
export BRANCH_OVERRIDE=default
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'