CentOS Stream 8 will fail to authenticate on the newer images. Remove it from Jenkins.

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-11-28 08:56:02 +00:00
parent 064a5882ac
commit 687dff489c
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -1,17 +0,0 @@
@Library('salt@master-1.11') _
runTestSuite(
concurrent_builds: 1,
distro_name: 'centosstream',
distro_version: '8',
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