salt/cicd/jenkins/pr-centos-7-x86_64-py3-pytest
2021-08-17 13:32:05 -04:00

17 lines
385 B
Groovy

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