Remove Fedora 34 - EoL

This commit is contained in:
krionbsd 2022-05-17 16:07:31 +02:00 committed by Megan Wilhite
parent 353161ff19
commit 3f3c5c16c9
2 changed files with 0 additions and 18 deletions

View file

@ -7,7 +7,6 @@ debian-10-amd64: ami-0eb32b3297dc438d0
debian-11-amd64: ami-08bf6df84b4488e8a
debian-11-arm64: ami-085ff5dc42735c52e
debian-9-amd64: ami-033ed8f0f55cad1e0
fedora-34-x86_64: ami-0eb0a8e46caef07e8
fedora-35-x86_64: ami-05dbe9d0b98ca2f9c
freebsd-131-amd64: ami-0ef1a75f9b997e572
opensuse-15-x86_64: ami-0b57dabce687992c3

View file

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