From f0916435e9b5178828e1d0b177942ef682e666bd Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 26 Nov 2019 15:53:27 +0100 Subject: [PATCH] Stop acceptance tests on EL7 Because of https://github.com/moby/moby/issues/38749 we can't start puppetserver under systemd. That makes all our acceptance tests useless. --- .sync.yml | 1 - .travis.yml | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/.sync.yml b/.sync.yml index db109b23..9e9876bc 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,7 +1,6 @@ --- .travis.yml: beaker_sets: - - centos7-64 - centos6-64 - debian9-64 env: diff --git a/.travis.yml b/.travis.yml index c64ddd17..977b9072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,28 +12,6 @@ matrix: - rvm: 2.5.1 env: PUPPET_VERSION=6.0 # Acceptance tests - - rvm: 2.5.1 - env: - - BEAKER_PUPPET_COLLECTION=puppet5 - - BEAKER_setfile=centos7-64{hostname=centos7-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=centos7-64{hostname=centos7-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=puppet5