1
0

kitchen-ubuntu1604-py3-proxy 531 B

1234567891011121314151617181920
  1. @Library('salt@master-1.7') _
  2. runTestSuite(
  3. ami_image_id: 'ami-0271016d2ae2ec10f',
  4. concurrent_builds: 1,
  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. force_run_full: true,
  16. disable_from_filenames: true,
  17. use_spot_instances: true)
  18. // vim: ft=groovy