12345678910111213141516 |
- @Library('salt@master-1.7') _
- runTestSuite(
- concurrent_builds: 2,
- distro_name: 'arch',
- distro_version: 'lts',
- env: env,
- golden_images_branch: 'master',
- jenkins_slave_label: 'kitchen-slave',
- nox_env_name: 'pytest-zeromq',
- nox_passthrough_opts: 'tests/integration/modules/test_pkg.py',
- python_version: 'py3',
- testrun_timeout: 6,
- use_spot_instances: true)
- // vim: ft=groovy
|