Merge pull request #46529 from gtmanfred/kitchen

retry if there is a segfault
This commit is contained in:
Daniel Wallace 2018-03-13 16:41:53 -06:00 committed by GitHub
commit 083846fe0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,9 @@ provisioner:
log_level: info
sudo: true
require_chef: false
retry_on_exit_code:
- 139
max_retries: 2
remote_states:
name: git://github.com/saltstack/salt-jenkins.git
branch: 2017.7