Remove legacy-windmill jobs
These have been moved into the windmill project. For now, we leave legacy-project-templates entried, until we are ready to do the project-template dance (this is a larger change). Change-Id: I6b1a2a9c5fbec5e8e7339340bc664c092a52e0d0 Depends-On: I7293f189f477de9bee3080ef21281017be319dbb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
d5264159e1
commit
483d0fd893
@ -1,33 +0,0 @@
|
||||
- hosts: all
|
||||
name: Autoconverted job legacy-windmill-buildimages from old job gate-windmill-buildimages-ubuntu-xenial
|
||||
tasks:
|
||||
|
||||
- name: Ensure legacy workspace directory
|
||||
file:
|
||||
path: '{{ ansible_user_dir }}/workspace'
|
||||
state: directory
|
||||
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
set -x
|
||||
CLONEMAP=`mktemp`
|
||||
function cleanup {
|
||||
rm -f $CLONEMAP
|
||||
}
|
||||
trap cleanup EXIT
|
||||
cat > $CLONEMAP << EOF
|
||||
clonemap:
|
||||
- name: openstack/windmill
|
||||
dest: .
|
||||
EOF
|
||||
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
||||
git://git.openstack.org openstack/windmill
|
||||
executable: /bin/bash
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- shell:
|
||||
cmd: /usr/local/jenkins/slave_scripts/run-tox.sh buildimages
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
@ -1,33 +0,0 @@
|
||||
- hosts: all
|
||||
name: Autoconverted job legacy-windmill-deploy-centos-7 from old job gate-windmill-deploy-centos-7-nv
|
||||
tasks:
|
||||
|
||||
- name: Ensure legacy workspace directory
|
||||
file:
|
||||
path: '{{ ansible_user_dir }}/workspace'
|
||||
state: directory
|
||||
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
set -x
|
||||
CLONEMAP=`mktemp`
|
||||
function cleanup {
|
||||
rm -f $CLONEMAP
|
||||
}
|
||||
trap cleanup EXIT
|
||||
cat > $CLONEMAP << EOF
|
||||
clonemap:
|
||||
- name: openstack/windmill
|
||||
dest: .
|
||||
EOF
|
||||
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
||||
git://git.openstack.org openstack/windmill
|
||||
executable: /bin/bash
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- shell:
|
||||
cmd: /usr/local/jenkins/slave_scripts/run-tox.sh deploy
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
@ -1,33 +0,0 @@
|
||||
- hosts: all
|
||||
name: Autoconverted job legacy-windmill-deploy-fedora-26 from old job gate-windmill-deploy-fedora-26
|
||||
tasks:
|
||||
|
||||
- name: Ensure legacy workspace directory
|
||||
file:
|
||||
path: '{{ ansible_user_dir }}/workspace'
|
||||
state: directory
|
||||
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
set -x
|
||||
CLONEMAP=`mktemp`
|
||||
function cleanup {
|
||||
rm -f $CLONEMAP
|
||||
}
|
||||
trap cleanup EXIT
|
||||
cat > $CLONEMAP << EOF
|
||||
clonemap:
|
||||
- name: openstack/windmill
|
||||
dest: .
|
||||
EOF
|
||||
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
||||
git://git.openstack.org openstack/windmill
|
||||
executable: /bin/bash
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- shell:
|
||||
cmd: /usr/local/jenkins/slave_scripts/run-tox.sh deploy
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
@ -1,33 +0,0 @@
|
||||
- hosts: all
|
||||
name: Autoconverted job legacy-windmill-deploy from old job gate-windmill-deploy-ubuntu-xenial
|
||||
tasks:
|
||||
|
||||
- name: Ensure legacy workspace directory
|
||||
file:
|
||||
path: '{{ ansible_user_dir }}/workspace'
|
||||
state: directory
|
||||
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
set -x
|
||||
CLONEMAP=`mktemp`
|
||||
function cleanup {
|
||||
rm -f $CLONEMAP
|
||||
}
|
||||
trap cleanup EXIT
|
||||
cat > $CLONEMAP << EOF
|
||||
clonemap:
|
||||
- name: openstack/windmill
|
||||
dest: .
|
||||
EOF
|
||||
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
||||
git://git.openstack.org openstack/windmill
|
||||
executable: /bin/bash
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- shell:
|
||||
cmd: /usr/local/jenkins/slave_scripts/run-tox.sh deploy
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
@ -14581,43 +14581,6 @@
|
||||
- openstack/vitrage
|
||||
- openstack/vitrage-dashboard
|
||||
|
||||
- job:
|
||||
name: legacy-windmill-buildimages
|
||||
parent: legacy-base
|
||||
run: playbooks/legacy/windmill-buildimages/run
|
||||
timeout: 3600
|
||||
required-projects:
|
||||
- openstack/windmill
|
||||
|
||||
- job:
|
||||
name: legacy-windmill-deploy
|
||||
parent: legacy-base
|
||||
run: playbooks/legacy/windmill-deploy/run
|
||||
timeout: 3600
|
||||
required-projects:
|
||||
- openstack/windmill
|
||||
voting: false
|
||||
|
||||
- job:
|
||||
name: legacy-windmill-deploy-centos-7
|
||||
parent: legacy-base
|
||||
run: playbooks/legacy/windmill-deploy-centos-7/run
|
||||
timeout: 3600
|
||||
nodeset: legacy-centos-7
|
||||
required-projects:
|
||||
- openstack/windmill
|
||||
voting: false
|
||||
|
||||
- job:
|
||||
name: legacy-windmill-deploy-fedora-26
|
||||
parent: legacy-base
|
||||
run: playbooks/legacy/windmill-deploy-fedora-26/run
|
||||
timeout: 3600
|
||||
nodeset: legacy-fedora-26
|
||||
required-projects:
|
||||
- openstack/windmill
|
||||
voting: false
|
||||
|
||||
- job:
|
||||
name: legacy-zaqar-tox-integration
|
||||
parent: legacy-base
|
||||
|
@ -1456,46 +1456,46 @@
|
||||
name: windmill-buildimages-xenial
|
||||
check:
|
||||
jobs:
|
||||
- legacy-windmill-buildimages
|
||||
- windmill-buildimages
|
||||
gate:
|
||||
jobs:
|
||||
- legacy-windmill-buildimages
|
||||
- windmill-buildimages
|
||||
|
||||
- project-template:
|
||||
name: windmill-jobs-centos7-nv
|
||||
check:
|
||||
jobs:
|
||||
- legacy-windmill-deploy-centos-7:
|
||||
- windmill-deploy-centos-7:
|
||||
voting: false
|
||||
|
||||
- project-template:
|
||||
name: windmill-jobs-fedora-26
|
||||
check:
|
||||
jobs:
|
||||
- legacy-windmill-deploy-fedora-26
|
||||
- windmill-deploy-fedora-26
|
||||
gate:
|
||||
jobs:
|
||||
- legacy-windmill-deploy-fedora-26
|
||||
- windmill-deploy-fedora-26
|
||||
|
||||
- project-template:
|
||||
name: windmill-jobs-fedora-26-nv
|
||||
check:
|
||||
jobs:
|
||||
- legacy-windmill-deploy-fedora-26:
|
||||
- windmill-deploy-fedora-26:
|
||||
voting: false
|
||||
|
||||
- project-template:
|
||||
name: windmill-jobs-xenial
|
||||
check:
|
||||
jobs:
|
||||
- legacy-windmill-deploy
|
||||
- windmill-deploy
|
||||
gate:
|
||||
jobs:
|
||||
- legacy-windmill-deploy
|
||||
- windmill-deploy
|
||||
|
||||
- project-template:
|
||||
name: windmill-jobs-xenial-nv
|
||||
check:
|
||||
jobs:
|
||||
- legacy-windmill-deploy:
|
||||
- windmill-deploy:
|
||||
voting: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user