salt/.ci/kitchen-ubuntu1804-py3-pytest
2020-08-28 11:03:45 -07:00

20 lines
530 B
Groovy

@Library('salt@master-1.7') _
runTestSuite(
ami_image_id: 'ami-0fb9521f309524452',
concurrent_builds: 2,
distro_name: 'ubuntu',
distro_version: '1804',
env: env,
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'pytest-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
//splits: ['unit', 'integration', 'multimaster'],
testrun_timeout: 6,
use_spot_instances: true,
//fast_slow_staged_testrun: true
)
// vim: ft=groovy