Remove ospurge legacy jobs

The ospurge project template and its
jobs will be moved to its repo.

See [1] for addition to repo and [2]
for the removal in project-config.

[1] https://review.openstack.org/#/c/600907/
[2] https://review.openstack.org/#/c/600909/

Depends-On: https://review.openstack.org/#/c/600909/
Change-Id: I7042a43797d3f80fa52fdea65a633f822c480a3b
This commit is contained in:
Tobias Urdin 2018-09-08 13:44:30 +02:00
parent 6afefe40a4
commit 08539bbd99
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,49 +0,0 @@
- hosts: all
name: Autoconverted job legacy-ospurge-dsvm-functional from old job gate-ospurge-dsvm-functional-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_TEMPEST=0
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE=default
export PROJECTS="openstack/ospurge $PROJECTS"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {
bash -xe $BASE/new/ospurge/tools/post_test_hook.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

@ -975,16 +975,6 @@
- openstack/glance_store
- openstack/requirements
- job:
name: legacy-ospurge-dsvm-functional
parent: legacy-dsvm-base
run: playbooks/legacy/ospurge-dsvm-functional/run.yaml
post-run: playbooks/legacy/ospurge-dsvm-functional/post.yaml
timeout: 3600
required-projects:
- openstack-infra/devstack-gate
- openstack/ospurge
- job:
name: legacy-periodic-neutron-dynamic-routing-dsvm-tempest-with-ryu-master-scenario-ipv4
parent: legacy-dsvm-base