mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests
This commit is contained in:
parent
6fa95b058b
commit
6c59577df8
3 changed files with 60 additions and 0 deletions
21
cicd/jenkins/pr-ubuntu-2004-amd64-py3-m2crypto-pytest
Normal file
21
cicd/jenkins/pr-ubuntu-2004-amd64-py3-m2crypto-pytest
Normal file
|
@ -0,0 +1,21 @@
|
|||
@Library('salt@master-1.10') _
|
||||
|
||||
runTestSuite(
|
||||
ami_image_id: 'ami-0468248e8ecfacd5c',
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'ubuntu',
|
||||
distro_version: '2004',
|
||||
distro_arch: 'amd64',
|
||||
env: env,
|
||||
golden_images_branch: 'master',
|
||||
jenkins_slave_label: 'kitchen-slave',
|
||||
nox_env_name: 'pytest-zeromq-m2crypto',
|
||||
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
|
18
cicd/jenkins/pr-ubuntu-2004-amd64-py3-pycryptodome-pytest
Normal file
18
cicd/jenkins/pr-ubuntu-2004-amd64-py3-pycryptodome-pytest
Normal file
|
@ -0,0 +1,18 @@
|
|||
@Library('salt@master-1.10') _
|
||||
|
||||
runTestSuite(
|
||||
ami_image_id: 'ami-0468248e8ecfacd5c',
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'ubuntu',
|
||||
distro_version: '2004',
|
||||
distro_arch: 'amd64',
|
||||
env: env,
|
||||
golden_images_branch: 'master',
|
||||
jenkins_slave_label: 'kitchen-slave',
|
||||
nox_env_name: 'pytest-zeromq-pycryptodome',
|
||||
nox_passthrough_opts: '--ssh-tests',
|
||||
python_version: 'py3',
|
||||
testrun_timeout: 6,
|
||||
use_spot_instances: true)
|
||||
|
||||
// vim: ft=groovy
|
21
cicd/jenkins/pr-ubuntu-2004-amd64-py3-tcp-pytest
Normal file
21
cicd/jenkins/pr-ubuntu-2004-amd64-py3-tcp-pytest
Normal file
|
@ -0,0 +1,21 @@
|
|||
@Library('salt@master-1.10') _
|
||||
|
||||
runTestSuite(
|
||||
ami_image_id: 'ami-0468248e8ecfacd5c',
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'ubuntu',
|
||||
distro_version: '2004',
|
||||
distro_arch: 'amd64',
|
||||
env: env,
|
||||
golden_images_branch: 'master',
|
||||
jenkins_slave_label: 'kitchen-slave',
|
||||
nox_env_name: 'pytest-tcp',
|
||||
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