Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable beaker tests and drop Debian 6 support #157

Merged
merged 1 commit into from Mar 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .sync.yml
Expand Up @@ -32,4 +32,7 @@ spec/acceptance/nodesets/ec2/rhel-73-x64.yml
spec/acceptance/nodesets/debian-70rc1-x64.yml
delete: true
.travis.yml:
docker_sets:
- set: centos6-64
- set: debian7-64
secure: "GkH8b+4jKSQ9TwHnUca5HG5L1g+doS8k1Sp9/K7MBtzFdcWIZxVAc7xUNogq1BbKRm50aNcWbFK7NL5t3GkUH8fNuybZegLEdsrLhJAx57GplC9ip7qVVHsT6GjJ3MrdhbyCOvgHRprMpmENG5vqtXEfrnJ6LSf1MP3DkQPlfrY="
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,12 @@ matrix:
- rvm: 2.4.4
bundler_args: --without system_tests development release
env: PUPPET_VERSION="~> 5.0" CHECK=build DEPLOY_TO_FORGE=yes
- rvm: 2.5.3
bundler_args: --without development release
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=pc1 BEAKER_debug=true BEAKER_setfile=centos6-64 BEAKER_HYPERVISOR=docker CHECK=beaker
- rvm: 2.5.3
bundler_args: --without development release
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=pc1 BEAKER_debug=true BEAKER_setfile=debian7-64 BEAKER_HYPERVISOR=docker CHECK=beaker
branches:
only:
- master
Expand Down
3 changes: 1 addition & 2 deletions metadata.json
Expand Up @@ -31,7 +31,6 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
Expand All @@ -51,7 +50,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.8 < 4.0.0"
"version_requirement": ">= 3.8 < 5.0.0"
}
]
}