Remove migrated legacy puppet openstack check jobs

This patch removes the legacy-puppet-check-jobs that have been
migrated into the puppet-openstack-integration repository[1].
puppet modules switch to use new puppet-openstack-check jobs in
project-config repository[2]

[1] https://review.openstack.org/#/c/508296/
[2] https://review.openstack.org/#/c/508736/

Change-Id: Ib7054ddad8ed8e70dbe1ed7fd297acef162bb535
This commit is contained in:
ZhongShengping 2017-10-26 10:15:00 +08:00
parent d951583e5f
commit bb62b54b50
3 changed files with 0 additions and 88 deletions
playbooks/legacy/puppet-module-build
zuul.d

@ -1,49 +0,0 @@
- hosts: all
name: Autoconverted job legacy-puppet-module-build from old job gate-{name}-puppet-module-build
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: |
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
if [ -f /usr/bin/yum ]; then
sudo yum install -y https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm
sudo yum install -y puppet-agent
elif [ -f /usr/bin/apt-get ]; then
wget https://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb -O /tmp/puppet.deb
sudo dpkg -i /tmp/puppet.deb
sudo apt-get update
sudo apt-get install puppet-agent
rm -rf /tmp/puppet.deb
fi
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd $ZUUL_PROJECT
puppet module build .
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'

@ -5701,13 +5701,6 @@
timeout: 3600
nodeset: legacy-centos-7
- job:
name: legacy-puppet-module-build
parent: legacy-base
run: playbooks/legacy/puppet-module-build/run
timeout: 3600
files: ^metadata.json$
- job:
name: legacy-puppet-murano-puppet-beaker-rspec
parent: legacy-puppet-openstack-integration

@ -435,38 +435,6 @@
- legacy-puppet-beaker-rspec:
voting: false
- project-template:
name: puppet-check-jobs
check:
jobs:
- legacy-puppet-lint
- legacy-puppet-syntax-3-legacy-centos-7
- legacy-puppet-syntax-4-centos-7
- legacy-puppet-module-build
gate:
queue: tripleo
jobs:
- legacy-puppet-lint
- legacy-puppet-syntax-3-legacy-centos-7
- legacy-puppet-syntax-4-centos-7
- legacy-puppet-module-build
- project-template:
name: legacy-puppet-check-jobs
check:
jobs:
- legacy-puppet-lint
- legacy-puppet-syntax-3-legacy-centos-7
- legacy-puppet-syntax-4-centos-7
- legacy-puppet-module-build
gate:
queue: tripleo
jobs:
- legacy-puppet-lint
- legacy-puppet-syntax-3-legacy-centos-7
- legacy-puppet-syntax-4-centos-7
- legacy-puppet-module-build
- project-template:
name: puppet-module-unit-jobs
check: