salt/cicd/jenkins/pr-centosstream-9-x86_64-py3-cloud-pytest

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
537 B
Text
Raw Normal View History

@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.
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',
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,
force_run_full: true,
2020-04-27 20:10:21 +01:00
use_spot_instances: true)
// vim: ft=groovy