mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
18 lines
475 B
Groovy
18 lines
475 B
Groovy
@Library('salt@master-1.10') _
|
|
|
|
runTestSuite(
|
|
ami_image_id: 'ami-05764f27cdf8f99e0',
|
|
concurrent_builds: 1,
|
|
distro_name: 'centos',
|
|
distro_version: '7',
|
|
distro_arch: 'x86-64',
|
|
env: env,
|
|
golden_images_branch: 'master',
|
|
jenkins_slave_label: 'kitchen-slave',
|
|
nox_env_name: 'pytest-zeromq-pycryptodome',
|
|
nox_passthrough_opts: '--ssh-tests',
|
|
python_version: 'py3',
|
|
testrun_timeout: 6,
|
|
use_spot_instances: true)
|
|
|
|
// vim: ft=groovy
|