Skip to content
Snippets Groups Projects
Commit 4f6594ae authored by Fabien Combernous's avatar Fabien Combernous
Browse files

add debian9 support

parent 2a028695
No related branches found
No related tags found
1 merge request!63Resolve "add debian9 support"
Pipeline #2764 passed
......@@ -63,6 +63,21 @@ acceptance with puppet5 debian8:
tags:
- puppet-tests
acceptance with puppet5 debian9:
stage: acceptance
variables:
BEAKER_PUPPET_COLLECTION: 'puppet5'
PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no'
BEAKER_debug: 'true '
BEAKER_setfile: 'host.yml'
RBENV_VERSION: '2.5.1'
script:
- beaker-hostgenerator debian9-64{hypervisor=docker} > host.yml
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet5 centos7:
stage: acceptance
variables:
......@@ -108,6 +123,21 @@ acceptance with puppet6 debian8:
tags:
- puppet-tests
acceptance with puppet6 debian9:
stage: acceptance
variables:
BEAKER_PUPPET_COLLECTION: 'puppet6'
PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no'
BEAKER_debug: 'true '
BEAKER_setfile: 'host.yml'
RBENV_VERSION: '2.5.1'
script:
- beaker-hostgenerator debian9-64{hypervisor=docker} > host.yml
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet6 centos7:
stage: acceptance
variables:
......
......@@ -21,7 +21,8 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
......@@ -46,4 +47,4 @@
"pdk-version": "1.8.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.8.0-0-g0d9da00"
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment