kitchen-centos7-py3-tcp 485 B

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