mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
add fedora-32
This commit is contained in:
parent
d4a07bfc15
commit
00c3c149ec
3 changed files with 54 additions and 0 deletions
16
.ci/kitchen-fedora32-py3
Normal file
16
.ci/kitchen-fedora32-py3
Normal file
|
@ -0,0 +1,16 @@
|
|||
@Library('salt@master-1.7') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'fedora',
|
||||
distro_version: '32',
|
||||
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
|
19
.ci/kitchen-fedora32-py3-pytest
Normal file
19
.ci/kitchen-fedora32-py3-pytest
Normal file
|
@ -0,0 +1,19 @@
|
|||
@Library('salt@master-1.7') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 2,
|
||||
distro_name: 'fedora',
|
||||
distro_version: '32',
|
||||
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
|
19
.ci/kitchen-ubuntu2004-py3-pytest
Normal file
19
.ci/kitchen-ubuntu2004-py3-pytest
Normal file
|
@ -0,0 +1,19 @@
|
|||
@Library('salt@master-1.7') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 2,
|
||||
distro_name: 'ubuntu',
|
||||
distro_version: '2004',
|
||||
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