kitchen-ubuntu1604-py3-proxy 465 B

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