@Library('salt@master-1.7-merge') _ runTestSuite( concurrent_builds: 2, run_full_test_suite: true, distro_name: 'ubuntu', distro_version: '1604', env: env, golden_images_branch: 'master', jenkins_slave_label: 'kitchen-slave', nox_env_name: 'runtests-zeromq-m2crypto', nox_passthrough_opts: '--ssh-tests', python_version: 'py3', testrun_timeout: 6, use_spot_instances: true) // vim: ft=groovy