kitchen-centos7-py3-proxy 485 B

12345678910111213141516171819
  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: 'runtests-zeromq',
  11. nox_passthrough_opts: '--proxy',
  12. python_version: 'py3',
  13. testrun_timeout: 6,
  14. force_run_full: true,
  15. disable_from_filenames: true,
  16. use_spot_instances: true)
  17. // vim: ft=groovy