1234567891011121314151617181920 |
- @Library('salt@master-1.7-merge') _
- runTestSuite(
- concurrent_builds: 2,
- run_full_test_suite: true,
- distro_name: 'fedora',
- distro_version: '31',
- 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
|