123456789101112131415161718192021 |
- @Library('salt@master-1.7-staged') _
- // Pre-nox pipeline
- runTestSuite(
- concurrent_builds: 2,
- distro_name: 'macosx',
- distro_version: 'mojave',
- env: env,
- golden_images_branch: 'master',
- jenkins_slave_label: 'kitchen-slave-mac',
- kitchen_platforms_file: '/var/jenkins/workspace/pre-golden-nox-platforms.yml',
- kitchen_verifier_file: '/var/jenkins/workspace/nox-verifier.yml',
- nox_env_name: 'pytest-zeromq',
- nox_passthrough_opts: '--ssh-tests',
- python_version: 'py3',
- //splits: ['unit', 'integration', 'multimaster'],
- testrun_timeout: 6,
- use_spot_instances: false,
- fast_slow_staged_testrun: true)
- // vim: ft=groovy
|