2021-06-30 16:20:36 +01:00
|
|
|
@Library('salt@master-1.11') _
|
2020-04-27 20:10:21 +01:00
|
|
|
|
|
|
|
runTestSuite(
|
|
|
|
concurrent_builds: 0, // Don't cancel builds still running. Wait until they end.
|
2023-03-07 19:18:26 +00:00
|
|
|
distro_name: 'centosstream',
|
|
|
|
distro_version: '9',
|
2021-03-22 22:15:19 +00:00
|
|
|
distro_arch: 'x86-64',
|
2020-04-27 20:10:21 +01:00
|
|
|
env: env,
|
|
|
|
jenkins_slave_label: 'kitchen-slave',
|
2021-04-09 22:15:00 +00:00
|
|
|
kitchen_platforms_file: '/var/jenkins/workspace/cloud-platforms.yml',
|
2020-04-27 20:10:21 +01:00
|
|
|
nox_env_name: 'pytest-cloud',
|
|
|
|
nox_passthrough_opts: '',
|
|
|
|
python_version: 'py3',
|
|
|
|
testrun_timeout: 6,
|
2021-01-15 17:44:58 +00:00
|
|
|
force_run_full: true,
|
2020-04-27 20:10:21 +01:00
|
|
|
use_spot_instances: true)
|
|
|
|
|
|
|
|
// vim: ft=groovy
|