Skip to content
Snippets Groups Projects
Commit 662f5e69 authored by Michael Moll's avatar Michael Moll
Browse files

add Ubuntu integration tests

parent 59432aee
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
- centos6-64
- debian9-64
- debian10-64
- ubuntu1804-64
env:
global:
- PARALLEL_TEST_PROCESSORS=8
......
......@@ -67,5 +67,27 @@ matrix:
- echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
- rvm: 2.5.1
env:
- BEAKER_PUPPET_COLLECTION=puppet5
- BEAKER_setfile=ubuntu1804-64{hostname=ubuntu1804-64.example.com}
script: bundle exec rake beaker
services: docker
bundler_args: --without development
before_install:
- echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
- rvm: 2.5.1
env:
- BEAKER_PUPPET_COLLECTION=puppet6
- BEAKER_setfile=ubuntu1804-64{hostname=ubuntu1804-64.example.com}
script: bundle exec rake beaker
services: docker
bundler_args: --without development
before_install:
- echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
bundler_args: --without system_tests development
dist: xenial
......@@ -30,6 +30,9 @@ RSpec.configure do |c|
# refresh check if cache needs refresh on next yum command
on host, 'yum clean expire-cache'
end
if fact_on(host, 'operatingsystem') == 'Ubuntu'
on host, 'apt-get -qq -y install cron'
end
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment