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

Merge branch '12-add-debian10-with-puppet5-in-acceptance-tests' into 'master'

Resolve "add debian10 with puppet5 in acceptance tests"

Closes #12

See merge request !12
parents 0883c0ab 73b0d5f1
No related branches found
No related tags found
1 merge request!12Resolve "add debian10 with puppet5 in acceptance tests"
Pipeline #6697 canceled
...@@ -78,6 +78,21 @@ acceptance Puppet5 Debian9: ...@@ -78,6 +78,21 @@ acceptance Puppet5 Debian9:
tags: tags:
- puppet-tests - puppet-tests
acceptance Puppet5 Debian10:
stage: 'acceptance'
variables:
RBENV_VERSION: '2.5.1'
PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no'
BEAKER_PUPPET_COLLECTION: 'puppet5'
BEAKER_debug: 'true'
BEAKER_setfile: 'debian10-64ssp.m{hostname=ssp.example.com}-centos7-64ipa.a{hostname=ipa.example.com}'
BEAKER_HYPERVISOR: 'docker'
script:
- bundle exec rake beaker
tags:
- puppet-tests
acceptance Puppet6 Ubuntu1604: acceptance Puppet6 Ubuntu1604:
stage: 'acceptance' stage: 'acceptance'
variables: variables:
......
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