@Library('salt@master-1.7') _ runTestSuite( concurrent_builds: 2, distro_name: 'windows', distro_version: '2016', env: env, golden_images_branch: 'master', jenkins_slave_label: 'kitchen-slave', nox_env_name: 'pytest-zeromq', nox_passthrough_opts: '--log-cli-level=debug', python_version: 'py3', //splits: ['unit', 'integration'], testrun_timeout: 9, use_spot_instances: false, //fast_slow_staged_testrun: true ) // vim: ft=groovy