@Library('salt@master-1.6') _ runTestSuite( concurrent_builds: 1, distro_name: 'centos', distro_version: '6', env: env, golden_images_branch: 'master', jenkins_slave_label: 'kitchen-slave', nox_env_name: 'pytest-zeromq', nox_passthrough_opts: '--ssh-tests --log-cli-level=warning --ignore=tests/utils', python_version: 'py2', testrun_timeout: 6, use_spot_instances: true) // vim: ft=groovy