salt/.ci/kitchen-fedora32-py3

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

17 lines
394 B
Text
Raw Normal View History

2020-04-28 11:25:47 -06:00
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,
distro_name: 'fedora',
distro_version: '32',
env: env,
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'runtests-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
use_spot_instances: true)
// vim: ft=groovy