salt/cicd/jenkins/pr-windows-2016-x64-py3-pytest
2021-08-09 14:01:39 -07:00

17 lines
376 B
Groovy

@Library('salt@master-1.11') _
runTestSuite(
concurrent_builds: 1,
distro_name: 'windows',
distro_version: '2016',
distro_arch: 'x64',
env: env,
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'pytest-zeromq',
nox_passthrough_opts: '',
python_version: 'py3',
testrun_timeout: 9,
use_spot_instances: false,
)
// vim: ft=groovy