kitchen-centos7-py3-proxy 463 B

123456789101112131415161718
  1. @Library('salt@master-1.7') _
  2. runTestSuite(
  3. concurrent_builds: 1,
  4. distro_name: 'centos',
  5. distro_version: '7',
  6. env: env,
  7. extra_codecov_flags: ["proxy"],
  8. golden_images_branch: 'master',
  9. jenkins_slave_label: 'kitchen-slave',
  10. nox_env_name: 'pytest-zeromq',
  11. nox_passthrough_opts: '-k proxy',
  12. python_version: 'py3',
  13. //splits: ['unit', 'integration'],
  14. testrun_timeout: 6,
  15. use_spot_instances: true)
  16. // vim: ft=groovy