Add CentOSStream 9

This commit is contained in:
krionbsd 2022-06-18 08:15:16 +02:00 committed by Megan Wilhite
parent 53722c542a
commit 46cf7a44ce
2 changed files with 18 additions and 0 deletions

View file

@ -3,6 +3,7 @@ amazon-2-x86_64: ami-01226819a514516fe
arch-lts-x86_64: ami-018a6b479dcb87969
centos-7-x86_64: ami-05764f27cdf8f99e0
centosstream-8-x86_64: ami-02fc0a57f9b1fa4ed
centosstream-9-x86_64: ami-09c9a8cff0874c232
debian-10-amd64: ami-0eb32b3297dc438d0
debian-11-amd64: ami-08bf6df84b4488e8a
debian-11-arm64: ami-085ff5dc42735c52e

View file

@ -0,0 +1,17 @@
@Library('salt@master-1.11') _
runTestSuite(
concurrent_builds: 1,
distro_name: 'centosstream',
distro_version: '9',
distro_arch: 'x86-64',
env: env,
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'pytest-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
use_spot_instances: true,
)
// vim: ft=groovy