diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-07 15:58:44 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-07 15:59:01 -0700 |
commit | 0487d0d05ec9760cd4a7c3f7ca6c0e303baae648 (patch) | |
tree | a3a049c428675b82dc0dd1fcd58fe63a4fcbe5dc | |
parent | 2e3f543307fdf38a36deca1a0a0adbbf8f9bbc86 (diff) | |
download | chef-0487d0d05ec9760cd4a7c3f7ca6c0e303baae648.tar.gz |
Disable opensuse 42 tests failing builds for now
Something is causing this to be super flaky.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ed538216f7..87fcd57a6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -355,6 +355,22 @@ matrix: env: - RSPEC_OPENSUSELEAP=42 - KITCHEN_YAML=kitchen.yml + - rvm: 2.5.5 + services: docker + 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 end-to-end-opensuse-leap + after_failure: + - cat .kitchen/logs/kitchen.log + env: + - OPENSUSELEAP=42 + - KITCHEN_YAML=kitchen.yml notifications: on_change: true |