summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-02-05 12:51:28 -0800
committerTim Smith <tsmith@chef.io>2019-02-05 12:51:28 -0800
commitf179570242d40989ff744fb64787a2d80a8bfd61 (patch)
tree83226b352107ee87776d25e2f26901cbfb703913
parentdb704ff73d02d1deb5817f472ba5d370d5d68f62 (diff)
downloadchef-f179570242d40989ff744fb64787a2d80a8bfd61.tar.gz
Add back opensuse testing, but allow it to fail
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml19
1 files changed, 18 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b63b5426de..17db766359 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -362,6 +362,23 @@ matrix:
env:
- RSPEC_CENTOS=7
- KITCHEN_YAML=kitchen.travis.yml
+ - rvm: 2.5.3
+ services: docker
+ sudo: required
+ gemfile: kitchen-tests/Gemfile
+ before_install:
+ - gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)
+ - gem install bundler -v $(grep :bundler omnibus_overrides.rb | cut -d'"' -f2)
+ before_script:
+ - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
+ - cd kitchen-tests
+ script:
+ - bundle exec kitchen test rspec-opensuse-leap
+ after_failure:
+ - cat .kitchen/logs/kitchen.log
+ env:
+ - RSPEC_OPENSUSELEAP=42
+ - KITCHEN_YAML=kitchen.travis.yml
allow_failures:
- rvm: 2.5.3
services: docker
@@ -383,7 +400,7 @@ matrix:
- env:
TEST_GEM: poise/halite
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.5.3
+ rvm: 2.5.3
notifications:
on_change: true