salt/.ci/kitchen-ubuntu1604-py2-m2crypto
2020-01-03 08:34:59 +00:00

16 lines
405 B
Groovy

@Library('salt@master-1.6') _
runTestSuite(
concurrent_builds: 1,
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: 'py2',
testrun_timeout: 6,
use_spot_instances: true)
// vim: ft=groovy