mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46529 from gtmanfred/kitchen
retry if there is a segfault
This commit is contained in:
commit
083846fe0e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue