mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add freebsd pipelines
This commit is contained in:
parent
252a934448
commit
44f3649bee
2 changed files with 37 additions and 0 deletions
17
cicd/jenkins/kitchen-freebsd121-py3
Normal file
17
cicd/jenkins/kitchen-freebsd121-py3
Normal 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
|
20
cicd/jenkins/kitchen-freebsd121-py3-pytest
Normal file
20
cicd/jenkins/kitchen-freebsd121-py3-pytest
Normal 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
|
Loading…
Add table
Reference in a new issue