Merge "Puppet OpenStack: enable Puppet 4.0 as non voting"

This commit is contained in:
Jenkins 2015-04-20 16:25:33 +00:00 committed by Gerrit Code Review
commit 8e49cca134
2 changed files with 6 additions and 0 deletions

View File

@ -138,5 +138,6 @@
- 3.4
- 3.6
- 3.7
- 4.0
jobs:
- 'gate-{name}-puppet-unit-{puppet_version}'

View File

@ -484,12 +484,14 @@ project-templates:
# 3.5 was swiftly replaced with 3.6
- gate-{name}-puppet-unit-3.6
- gate-{name}-puppet-unit-3.7
- gate-{name}-puppet-unit-4.0
gate:
- gate-{name}-puppet-unit-3.3
- gate-{name}-puppet-unit-3.4
# 3.5 was swiftly replaced with 3.6
- gate-{name}-puppet-unit-3.6
- gate-{name}-puppet-unit-3.7
# TODO(emilienm): add 4.0 when it will vote
- name: infra-puppet-apply-jobs
check:
@ -1085,6 +1087,9 @@ jobs:
voting: false
- name: ^(gate-)?devstack-publish-docs
branch: ^master
# TODO(emilienm): Enable voting when all tests pass for all modules
- name: ^gate-puppet-.*-puppet-unit-4.0$
voting: false
- name: ^gate-puppet-.*-puppet-beaker-rspec$
voting: false
- name: ^gate-puppet-.*-puppet-syntax-future$