kitchen-centos7-py3-m2crypto 445 B

123456789101112131415161718
  1. @Library('salt@master-1.7') _
  2. runTestSuite(
  3. ami_image_id: 'ami-046a0996ed20ccd5a',
  4. concurrent_builds: 3,
  5. distro_name: 'centos',
  6. distro_version: '7',
  7. env: env,
  8. golden_images_branch: 'master',
  9. jenkins_slave_label: 'kitchen-slave',
  10. nox_env_name: 'pytest-zeromq-m2crypto',
  11. nox_passthrough_opts: '--ssh-tests',
  12. python_version: 'py3',
  13. testrun_timeout: 6,
  14. use_spot_instances: true,
  15. )
  16. // vim: ft=groovy