add freebsd pipelines

This commit is contained in:
Bryce Larson 2020-06-08 10:20:02 -06:00 committed by Daniel Wozniak
parent 252a934448
commit 44f3649bee
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,17 @@
@Library('salt@master-1.7') _
runTestSuite(
ami_image_id: 'ami-097c7303c2c839327',
concurrent_builds: 1,
distro_name: 'freebsd',
distro_version: '121',
env: env,
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'runtests-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
use_spot_instances: true)
// vim: ft=groovy

View file

@ -0,0 +1,20 @@
@Library('salt@master-1.7') _
runTestSuite(
ami_image_id: 'ami-097c7303c2c839327',
concurrent_builds: 2,
distro_name: 'freebsd',
distro_version: '121',
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