salt/cicd/jenkins/pr-debian-10-amd64-py3-pytest
2021-07-20 07:11:36 -04:00

17 lines
385 B
Groovy

@Library('salt@master-1.11') _
runTestSuite(
concurrent_builds: 1,
distro_name: 'debian',
distro_version: '10',
distro_arch: 'amd64',
env: env,
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'pytest-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
use_spot_instances: true,
)
// vim: ft=groovy