salt/.ci/kitchen-windows2016-py3
2020-08-28 11:03:45 -07:00

17 lines
436 B
Groovy

@Library('salt@master-1.7') _
runTestSuite(
ami_image_id: 'ami-0efc52f37da135a28',
concurrent_builds: 1,
distro_name: 'windows',
distro_version: '2016',
env: env,
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'runtests-zeromq',
nox_passthrough_opts: '--unit',
python_version: 'py3',
testrun_timeout: 9,
use_spot_instances: false)
// vim: ft=groovy