mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add AlmaLinux 8
This commit is contained in:
parent
4f49389e6d
commit
e3545c6900
1 changed files with 21 additions and 0 deletions
21
cicd/jenkins/pr-alma-8-x86_64-py3-pytest
Normal file
21
cicd/jenkins/pr-alma-8-x86_64-py3-pytest
Normal file
|
@ -0,0 +1,21 @@
|
|||
@Library('salt@master-1.10') _
|
||||
|
||||
runTestSuite(
|
||||
ami_image_id: 'ami-0594d7cf435c3d2f7',
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'alma',
|
||||
distro_version: '8',
|
||||
distro_arch: 'x86-64',
|
||||
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