add AlmaLinux 8

This commit is contained in:
Bryce Larson 2021-05-18 18:39:50 +00:00 committed by Megan Wilhite
parent 4f49389e6d
commit e3545c6900

View 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