mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 23:01:39 +00:00
18 lines
537 B
Groovy
18 lines
537 B
Groovy
@Library('salt@master-1.11') _
|
|
|
|
runTestSuite(
|
|
concurrent_builds: 0, // Don't cancel builds still running. Wait until they end.
|
|
distro_name: 'centosstream',
|
|
distro_version: '9',
|
|
distro_arch: 'x86-64',
|
|
env: env,
|
|
jenkins_slave_label: 'kitchen-slave',
|
|
kitchen_platforms_file: '/var/jenkins/workspace/cloud-platforms.yml',
|
|
nox_env_name: 'pytest-cloud',
|
|
nox_passthrough_opts: '',
|
|
python_version: 'py3',
|
|
testrun_timeout: 6,
|
|
force_run_full: true,
|
|
use_spot_instances: true)
|
|
|
|
// vim: ft=groovy
|