Run the full test suite on Arch under Py3

This commit is contained in:
Pedro Algarvio 2020-02-07 13:25:58 +00:00 committed by Benjamin Drung
parent 01fb8fca5e
commit 26d3a77ae5

View file

@ -8,7 +8,7 @@ runTestSuite(
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'runtests-zeromq',
nox_passthrough_opts: '-n integration.modules.test_pkg',
nox_passthrough_opts: '',
python_version: 'py3',
testrun_timeout: 6,
use_spot_instances: true)