salt/.ci/kitchen-centos7-py3-proxy
2020-08-28 11:03:45 -07:00

20 lines
528 B
Groovy

@Library('salt@master-1.7') _
runTestSuite(
ami_image_id: 'ami-046a0996ed20ccd5a',
concurrent_builds: 1,
distro_name: 'centos',
distro_version: '7',
env: env,
extra_codecov_flags: ["proxy"],
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'runtests-zeromq',
nox_passthrough_opts: '--proxy',
python_version: 'py3',
testrun_timeout: 6,
force_run_full: true,
disable_from_filenames: true,
use_spot_instances: true)
// vim: ft=groovy