kitchen-windows2016-py3-pytest 484 B

12345678910111213141516171819
  1. @Library('salt@master-1.7') _
  2. runTestSuite(
  3. concurrent_builds: 2,
  4. distro_name: 'windows',
  5. distro_version: '2016',
  6. env: env,
  7. golden_images_branch: 'master',
  8. jenkins_slave_label: 'kitchen-slave',
  9. nox_env_name: 'pytest-zeromq',
  10. nox_passthrough_opts: '--log-cli-level=debug',
  11. python_version: 'py3',
  12. //splits: ['unit', 'integration'],
  13. testrun_timeout: 9,
  14. use_spot_instances: false,
  15. //fast_slow_staged_testrun: true
  16. )
  17. // vim: ft=groovy