While we don't update the jenkins jobs to use .ci/kitchen-*-pycryptodome

This commit is contained in:
Pedro Algarvio 2020-04-23 09:35:11 +01:00
parent a24f6fe7e7
commit 3b0f3daba7
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 32 additions and 0 deletions

View 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

View 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