Merge "Also run puppet-apply test on bare-centos6"
This commit is contained in:
commit
2c95141171
@ -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:
|
||||||
|
@ -628,7 +628,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
|
||||||
@ -2512,7 +2514,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
|
||||||
@ -2522,12 +2524,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…
Reference in New Issue
Block a user