We can't use spot instances if the max time is above 6 hours

This commit is contained in:
Pedro Algarvio 2020-01-12 10:20:51 +00:00
parent b6374019b4
commit 18ba58a0ea
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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