1
0

kitchen-opensuse15-py3-pytest 530 B

1234567891011121314151617181920
  1. @Library('salt@master-1.9') _
  2. runTestSuite(
  3. ami_image_id: 'ami-01f083bce987e56ce',
  4. concurrent_builds: 1,
  5. distro_name: 'opensuse',
  6. distro_version: '15',
  7. env: env,
  8. golden_images_branch: 'master',
  9. jenkins_slave_label: 'kitchen-slave',
  10. nox_env_name: 'pytest-zeromq',
  11. nox_passthrough_opts: '--ssh-tests',
  12. python_version: 'py3',
  13. //splits: ['unit', 'integration', 'multimaster'],
  14. testrun_timeout: 6,
  15. use_spot_instances: true,
  16. //fast_slow_staged_testrun: true
  17. )
  18. // vim: ft=groovy