Merge "Puppet OpenStack: enable Puppet 4.0 as non voting"
This commit is contained in:
commit
8e49cca134
@ -138,5 +138,6 @@
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7
|
||||||
|
- 4.0
|
||||||
jobs:
|
jobs:
|
||||||
- 'gate-{name}-puppet-unit-{puppet_version}'
|
- 'gate-{name}-puppet-unit-{puppet_version}'
|
||||||
|
@ -484,12 +484,14 @@ project-templates:
|
|||||||
# 3.5 was swiftly replaced with 3.6
|
# 3.5 was swiftly replaced with 3.6
|
||||||
- gate-{name}-puppet-unit-3.6
|
- gate-{name}-puppet-unit-3.6
|
||||||
- gate-{name}-puppet-unit-3.7
|
- gate-{name}-puppet-unit-3.7
|
||||||
|
- gate-{name}-puppet-unit-4.0
|
||||||
gate:
|
gate:
|
||||||
- gate-{name}-puppet-unit-3.3
|
- gate-{name}-puppet-unit-3.3
|
||||||
- gate-{name}-puppet-unit-3.4
|
- gate-{name}-puppet-unit-3.4
|
||||||
# 3.5 was swiftly replaced with 3.6
|
# 3.5 was swiftly replaced with 3.6
|
||||||
- gate-{name}-puppet-unit-3.6
|
- gate-{name}-puppet-unit-3.6
|
||||||
- gate-{name}-puppet-unit-3.7
|
- gate-{name}-puppet-unit-3.7
|
||||||
|
# TODO(emilienm): add 4.0 when it will vote
|
||||||
|
|
||||||
- name: infra-puppet-apply-jobs
|
- name: infra-puppet-apply-jobs
|
||||||
check:
|
check:
|
||||||
@ -1085,6 +1087,9 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: ^(gate-)?devstack-publish-docs
|
- name: ^(gate-)?devstack-publish-docs
|
||||||
branch: ^master
|
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$
|
- name: ^gate-puppet-.*-puppet-beaker-rspec$
|
||||||
voting: false
|
voting: false
|
||||||
- name: ^gate-puppet-.*-puppet-syntax-future$
|
- name: ^gate-puppet-.*-puppet-syntax-future$
|
||||||
|
Loading…
Reference in New Issue
Block a user