mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove CentOS 8 from CI as it's reached its end-of-life
This commit is contained in:
parent
ec41b56bae
commit
2d3d79de3c
3 changed files with 0 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue