Also run puppet-apply test on bare-centos6
Test our puppet config on both precise and centos6. Change-Id: I3aa227c27a8c6979883941ce6b16ed362b80338b
This commit is contained in:
parent
4f25a69a89
commit
3a86d58fef
@ -40,8 +40,8 @@
|
|||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-{name}-puppet-apply'
|
name: 'gate-{name}-puppet-apply-precise'
|
||||||
node: '{node}'
|
node: bare-precise
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
@ -50,6 +50,23 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: 'gate-{name}-puppet-apply-centos6'
|
||||||
|
node: bare-centos6
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
- puppet-apply
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
- job-group:
|
||||||
|
name: 'gate-{name}-puppet-apply'
|
||||||
|
jobs:
|
||||||
|
- 'gate-{name}-puppet-apply-centos6'
|
||||||
|
- 'gate-{name}-puppet-apply-precise'
|
||||||
|
|
||||||
- job-group:
|
- job-group:
|
||||||
name: 'puppet-module-unit'
|
name: 'puppet-module-unit'
|
||||||
puppet_version:
|
puppet_version:
|
||||||
|
@ -587,7 +587,9 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-puppet-vswitch-puppet-syntax
|
- name: gate-puppet-vswitch-puppet-syntax
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-config-puppet-apply
|
- name: gate-config-puppet-apply-precise
|
||||||
|
voting: false
|
||||||
|
- name: gate-config-puppet-apply-centos6
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-tomograph-python33
|
- name: gate-tomograph-python33
|
||||||
voting: false
|
voting: false
|
||||||
@ -2813,7 +2815,7 @@ projects:
|
|||||||
- gate-config-pep8
|
- gate-config-pep8
|
||||||
- gate-config-puppet-lint
|
- gate-config-puppet-lint
|
||||||
- gate-config-puppet-syntax
|
- gate-config-puppet-syntax
|
||||||
- gate-config-puppet-apply
|
- gate-config-puppet-apply-precise
|
||||||
- gate-config-irc-access
|
- gate-config-irc-access
|
||||||
- gate-ci-docs
|
- gate-ci-docs
|
||||||
- check-projects-yaml-alphabetized
|
- check-projects-yaml-alphabetized
|
||||||
@ -2823,12 +2825,14 @@ projects:
|
|||||||
- gate-config-pep8
|
- gate-config-pep8
|
||||||
- gate-config-puppet-lint
|
- gate-config-puppet-lint
|
||||||
- gate-config-puppet-syntax
|
- gate-config-puppet-syntax
|
||||||
- gate-config-puppet-apply
|
- gate-config-puppet-apply-precise
|
||||||
- gate-config-irc-access
|
- gate-config-irc-access
|
||||||
- check-projects-yaml-alphabetized
|
- check-projects-yaml-alphabetized
|
||||||
- check-projects-yaml-upstream
|
- check-projects-yaml-upstream
|
||||||
post:
|
post:
|
||||||
- ci-docs
|
- ci-docs
|
||||||
|
experimental:
|
||||||
|
- gate-config-puppet-apply-centos6
|
||||||
|
|
||||||
- name: openstack-infra/devstack-gate
|
- name: openstack-infra/devstack-gate
|
||||||
template:
|
template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user