mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
20 lines
530 B
Groovy
20 lines
530 B
Groovy
@Library('salt@master-1.7') _
|
|
|
|
runTestSuite(
|
|
ami_image_id: 'ami-03596c046edcc51b0',
|
|
concurrent_builds: 2,
|
|
distro_name: 'opensuse',
|
|
distro_version: '15',
|
|
env: env,
|
|
golden_images_branch: 'master',
|
|
jenkins_slave_label: 'kitchen-slave',
|
|
nox_env_name: 'pytest-zeromq',
|
|
nox_passthrough_opts: '--ssh-tests',
|
|
python_version: 'py3',
|
|
//splits: ['unit', 'integration', 'multimaster'],
|
|
testrun_timeout: 6,
|
|
use_spot_instances: true,
|
|
//fast_slow_staged_testrun: true
|
|
)
|
|
|
|
// vim: ft=groovy
|