Merge "Add experimental puppet 4 apply-test jobs"

This commit is contained in:
Zuul 2018-04-20 19:27:23 +00:00 committed by Gerrit Code Review
commit 5614ac6dd5
3 changed files with 15 additions and 2 deletions

View File

@ -1,8 +1,12 @@
- hosts: all
name: infra-puppet-apply-3
name: infra-puppet-apply
tasks:
- name: Run puppet-apply test
command: ./tools/apply-test.sh
shell: ./tools/apply-test.sh
args:
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/system-config'].src_dir }}"
environment:
PUPPET_VERSION: "{{ puppet_version | default('3') }}"
tags:
- skip_ansible_lint

View File

@ -1225,6 +1225,14 @@
name: infra-puppet-apply-4-centos-7
parent: infra-puppet-apply-base
nodeset: centos-7
vars:
puppet_version: 4
- job:
name: infra-puppet-apply-4-ubuntu-xenial
parent: infra-puppet-apply-base
vars:
puppet_version: 4
- job:
name: ansible-role-functional-base

View File

@ -63,6 +63,7 @@
experimental:
jobs:
- infra-puppet-apply-4-centos-7
- infra-puppet-apply-4-ubuntu-xenial
- project-template:
name: infra-puppet-check-jobs