Retire cue - remove jobs

Cue is retired, remove the now obsolete jobs.

Change-Id: Iac76a9d55066ad6ba5ede1580ae378e10b9a885f
Depends-On: https://review.openstack.org/551202
This commit is contained in:
Andreas Jaeger 2018-03-09 09:48:27 +01:00 committed by Andreas Jaeger
parent 45e2398e11
commit 92b2425e6e
5 changed files with 0 additions and 229 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,71 +0,0 @@
- hosts: all
name: Autoconverted job legacy-cue-integration-dsvm-rabbitmq from old job gate-cue-integration-dsvm-rabbitmq-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
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin cue git://git.openstack.org/openstack/cue
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_INSTALL_TESTONLY=1
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
export PROJECTS="openstack/cue openstack/python-cueclient openstack/cue-dashboard $PROJECTS"
function gate_hook {
cd /opt/stack/new/cue/tests
./gate_hook.sh rabbitmq
}
export -f gate_hook
function pre_test_hook {
cd /opt/stack/new/cue/tests
./pre_test_hook.sh rabbitmq
}
export -f pre_test_hook
function post_test_hook {
cd /opt/stack/new/cue/tests
./post_test_hook.sh rabbitmq
}
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

@ -1,41 +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
- 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=/rally-plot/**
- --include=*/
- --exclude=*
- --prune-empty-dirs
- 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=/rally-plot/extra/index.html
- --include=*/
- --exclude=*
- --prune-empty-dirs

View File

@ -1,77 +0,0 @@
- hosts: all
name: Autoconverted job legacy-rally-dsvm-cue-rabbitmq from old job gate-rally-dsvm-cue-rabbitmq-ubuntu-xenial-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-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
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin rally git://git.openstack.org/openstack/rally
EOF
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
if [ $ZUUL_PROJECT == "openstack/rally" ] && [ $ZUUL_BRANCH != "master" ]; then
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"
fi
export PROJECTS="openstack/rally $PROJECTS"
export PROJECTS="openstack/cue openstack/python-cueclient openstack/cue-dashboard $PROJECTS"
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export RALLY_SCENARIO=rabbitmq-scenarios-gate
export IDENTITY_API_VERSION=3
function pre_test_hook {
# Install cue-devstack integration
cd /opt/stack/new/cue/tests
./pre_test_hook.sh rabbitmq
}
export -f pre_test_hook
function gate_hook {
cd /opt/stack/new/cue/tests
./gate_hook.sh rabbitmq
}
export -f gate_hook
function post_test_hook {
$BASE/new/rally/tests/ci/rally-gate.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

@ -110,18 +110,6 @@
- openstack/cloudkitty-dashboard
- openstack/python-cloudkittyclient
- job:
name: legacy-cue-integration-dsvm-rabbitmq
parent: legacy-dsvm-base
run: playbooks/legacy/cue-integration-dsvm-rabbitmq/run.yaml
post-run: playbooks/legacy/cue-integration-dsvm-rabbitmq/post.yaml
timeout: 6600
required-projects:
- openstack-infra/devstack-gate
- openstack/cue
- openstack/cue-dashboard
- openstack/python-cueclient
- job:
name: legacy-dashboard-dsvm-selenium-package
parent: legacy-dsvm-base
@ -2497,19 +2485,6 @@
- openstack-infra/devstack-gate
- openstack/rally
- job:
name: legacy-rally-dsvm-cue-rabbitmq
parent: legacy-dsvm-base
run: playbooks/legacy/rally-dsvm-cue-rabbitmq/run.yaml
post-run: playbooks/legacy/rally-dsvm-cue-rabbitmq/post.yaml
timeout: 6600
required-projects:
- openstack-infra/devstack-gate
- openstack/cue
- openstack/cue-dashboard
- openstack/python-cueclient
- openstack/rally
- job:
name: legacy-rally-dsvm-designate-rally-pdns4
parent: legacy-dsvm-base