Merge "Add experimental puppet 4 apply-test jobs"
This commit is contained in:
commit
5614ac6dd5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user