Merge "Switch to using build-openstack-puppet-tarball"

This commit is contained in:
Zuul 2017-11-14 00:31:30 +00:00 committed by Gerrit Code Review
commit 09716be96e
2 changed files with 4 additions and 15 deletions

View File

@ -344,14 +344,6 @@
vars:
puppet: 4
- job:
name: puppet-openstack-module-build
parent: puppet-openstack-module-base
run: playbooks/run-build-tests.yaml
files: ^metadata.json$
vars:
use_puppetlabs: true
- job:
name: puppet-openstack-unit-base
parent: puppet-openstack-integration-base
@ -417,16 +409,18 @@
name: puppet-openstack-check-jobs
check:
jobs:
- build-openstack-puppet-tarball:
files: ^metadata.json$
- puppet-openstack-lint
- puppet-openstack-syntax-3-legacy
- puppet-openstack-syntax-4
- puppet-openstack-module-build
gate:
jobs:
- build-openstack-puppet-tarball:
files: ^metadata.json$
- puppet-openstack-lint
- puppet-openstack-syntax-3-legacy
- puppet-openstack-syntax-4
- puppet-openstack-module-build
- project:
name: openstack/puppet-openstack-integration

View File

@ -1,5 +0,0 @@
- hosts: all
tasks:
- shell: /opt/puppetlabs/bin/puppet module build .
args:
chdir: '{{ zuul.project.src_dir }}'