mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We can't use spot instances if the max time is above 6 hours
This commit is contained in:
parent
b6374019b4
commit
18ba58a0ea
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ runTestSuite(
|
|||
nox_passthrough_opts: '--ssh-tests',
|
||||
python_version: 'py2',
|
||||
testrun_timeout: 7,
|
||||
use_spot_instances: true)
|
||||
use_spot_instances: false)
|
||||
|
||||
// vim: ft=groovy
|
||||
|
|
Loading…
Add table
Reference in a new issue