kitchen-debian10-py3 437 B

1234567891011121314151617
  1. @Library('salt@master-1.9') _
  2. runTestSuite(
  3. ami_image_id: 'ami-0eb32b3297dc438d0',
  4. concurrent_builds: 1,
  5. distro_name: 'debian',
  6. distro_version: '10',
  7. env: env,
  8. golden_images_branch: 'master',
  9. jenkins_slave_label: 'kitchen-slave',
  10. nox_env_name: 'runtests-zeromq',
  11. nox_passthrough_opts: '--ssh-tests',
  12. python_version: 'py3',
  13. testrun_timeout: 6,
  14. use_spot_instances: true)
  15. // vim: ft=groovy