salt/.ci/kitchen-centos7-py3

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

18 lines
436 B
Text
Raw Normal View History

@Library('salt@master-1.7') _
runTestSuite(
2020-08-13 18:04:22 +00:00
ami_image_id: 'ami-046a0996ed20ccd5a',
concurrent_builds: 1,
distro_name: 'centos',
distro_version: '7',
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