Remove CentOS 8 from CI as it's reached its end-of-life

This commit is contained in:
krionbsd 2022-01-01 10:58:23 +01:00 committed by Megan Wilhite
parent ec41b56bae
commit 2d3d79de3c
3 changed files with 0 additions and 23 deletions

View file

@ -2,7 +2,6 @@ alma-8-x86_64: ami-0594d7cf435c3d2f7
amazon-2-x86_64: ami-099d7623ded3199ea
arch-lts-x86_64: ami-0d6d180c7b3cbde31
centos-7-x86_64: ami-05764f27cdf8f99e0
centos-8-x86_64: ami-0d482e88fbf35072c
centosstream-8-x86_64: ami-02fc0a57f9b1fa4ed
debian-10-amd64: ami-0eb32b3297dc438d0
debian-11-amd64: ami-08bf6df84b4488e8a

View file

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

View file

@ -44,11 +44,6 @@ kitchen-centos7-py3-tcp:
TEST_PLATFORM: centos-7
NOX_ENV_NAME: runtests-tcp
kitchen-centos8-py3:
extends: .run-kitchen
variables:
TEST_PLATFORM: centos-8
kitchen-debian9-py3:
extends: .run-kitchen
variables: