remove centos stream 9 testing files

This commit is contained in:
MKLeb 2022-06-14 14:03:58 -04:00 committed by Megan Wilhite
parent e4a846c3b8
commit 49ec12e246
2 changed files with 0 additions and 18 deletions

View file

@ -3,7 +3,6 @@ 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-00012ca6ca819671f
debian-10-amd64: ami-0eb32b3297dc438d0
debian-11-amd64: ami-08bf6df84b4488e8a
debian-11-arm64: ami-085ff5dc42735c52e

View file

@ -1,17 +0,0 @@
@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