1
0

kitchen-centos7-py3-cloud 502 B

123456789101112131415161718
  1. @Library('salt@master-1.9') _
  2. runTestSuite(
  3. ami_image_id: 'ami-05764f27cdf8f99e0',
  4. concurrent_builds: 0,
  5. distro_name: 'centos',
  6. distro_version: '7',
  7. env: env,
  8. golden_images_branch: 'master',
  9. jenkins_slave_label: 'kitchen-slave',
  10. kitchen_platforms_file: '/var/jenkins/workspace/nox-cloud-platforms.yml',
  11. nox_env_name: 'runtests-cloud',
  12. nox_passthrough_opts: '',
  13. python_version: 'py3',
  14. testrun_timeout: 6,
  15. use_spot_instances: true)
  16. // vim: ft=groovy