mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
17 lines
439 B
Groovy
17 lines
439 B
Groovy
@Library('salt@master-1.7') _
|
|
|
|
runTestSuite(
|
|
ami_image_id: 'ami-0271016d2ae2ec10f',
|
|
concurrent_builds: 1,
|
|
distro_name: 'ubuntu',
|
|
distro_version: '1604',
|
|
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
|