mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
While we don't update the jenkins jobs to use .ci/kitchen-*-pycryptodome
This commit is contained in:
parent
a24f6fe7e7
commit
3b0f3daba7
2 changed files with 32 additions and 0 deletions
16
.ci/kitchen-centos7-py3-pycryptodomex
Normal file
16
.ci/kitchen-centos7-py3-pycryptodomex
Normal file
|
@ -0,0 +1,16 @@
|
|||
@Library('salt@master-1.7') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'centos',
|
||||
distro_version: '7',
|
||||
env: env,
|
||||
golden_images_branch: 'master',
|
||||
jenkins_slave_label: 'kitchen-slave',
|
||||
nox_env_name: 'runtests-zeromq-pycryptodome',
|
||||
nox_passthrough_opts: '--ssh-tests',
|
||||
python_version: 'py3',
|
||||
testrun_timeout: 6,
|
||||
use_spot_instances: true)
|
||||
|
||||
// vim: ft=groovy
|
16
.ci/kitchen-ubuntu1604-py3-pycryptodomex
Normal file
16
.ci/kitchen-ubuntu1604-py3-pycryptodomex
Normal file
|
@ -0,0 +1,16 @@
|
|||
@Library('salt@master-1.7') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'ubuntu',
|
||||
distro_version: '1604',
|
||||
env: env,
|
||||
golden_images_branch: 'master',
|
||||
jenkins_slave_label: 'kitchen-slave',
|
||||
nox_env_name: 'runtests-zeromq-pycryptodome',
|
||||
nox_passthrough_opts: '--ssh-tests',
|
||||
python_version: 'py3',
|
||||
testrun_timeout: 6,
|
||||
use_spot_instances: true)
|
||||
|
||||
// vim: ft=groovy
|
Loading…
Add table
Reference in a new issue