Skip to content
Snippets Groups Projects
Unverified Commit ff6d0d72 authored by Daniel Klockenkämper's avatar Daniel Klockenkämper
Browse files

fix puppet 6 spec tests

parent 7eabb499
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,12 @@ fixtures:
concat: "git://github.com/puppetlabs/puppetlabs-concat.git"
augeasproviders_core: "git://github.com/hercules-team/augeasproviders_core.git"
augeasproviders_shellvar: "git://github.com/hercules-team/augeasproviders_shellvar.git"
augeas_core:
repo: "git://github.com/puppetlabs/puppetlabs-augeas_core.git"
puppet_version: ">= 6.0.0"
mount_core:
repo: "git://github.com/puppetlabs/puppetlabs-mount_core.git"
puppet_version: ">= 6.0.0"
transition: "git://github.com/puppetlabs/puppetlabs-transition.git"
symlinks:
"nfs": "#{source_dir}"
......@@ -10,18 +10,6 @@ env:
matrix:
fast_finish: true
include:
- rvm: 2.3.1
env: PUPPET_VERSION="~> 4.6.0" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
- rvm: 2.3.1
env: PUPPET_VERSION="~> 4.7.0" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
- rvm: 2.3.1
env: PUPPET_VERSION="~> 4.8.0" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
- rvm: 2.3.1
env: PUPPET_VERSION="~> 4.9.0" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
- rvm: 2.3.1
env: PUPPET_VERSION="~> 4.10.0" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
......@@ -31,6 +19,12 @@ matrix:
- rvm: 2.4.1
env: PUPPET_VERSION="~> 6.0" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
- rvm: 2.4.1
env: PUPPET_VERSION="~> 6.1" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
- rvm: 2.4.1
env: PUPPET_VERSION="~> 6.2" STRICT_VARIABLES="yes" CHECK=test
bundler_args: --without system_tests development
- rvm: 2.4.1
env: PUPPET_VERSION="~> 5.0" STRICT_VARIABLES="yes" CHECK=rubocop
bundler_args: --without system_tests development
......@@ -78,5 +72,7 @@ matrix:
sudo: required
allow_failures:
- env: PUPPET_VERSION="~> 6.0" STRICT_VARIABLES="yes" CHECK=test
- env: PUPPET_VERSION="~> 6.1" STRICT_VARIABLES="yes" CHECK=test
- env: PUPPET_VERSION="~> 6.2" STRICT_VARIABLES="yes" CHECK=test
notifications:
email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment