Remove Fedora 35 since it's EOL

We will have Fedora 36 on the newer golden images

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-11-29 19:08:49 +00:00 committed by Pedro Algarvio
parent e714c211ad
commit 03c3c4e787
2 changed files with 0 additions and 18 deletions

View file

@ -6,7 +6,6 @@ centosstream-9-x86_64: ami-0d8fb58d95608d6c9
debian-10-amd64: ami-0603a8ba0f12ace6a
debian-11-amd64: ami-0d86196278d678ce4
debian-11-arm64: ami-0aee2334ae00e0022
fedora-35-x86_64: ami-0c12558afd50db829
opensuse-15-x86_64: ami-0ddaff351afcfe772
photon-3-x86_64: ami-0dd43cb13a3b4022c
ubuntu-1804-amd64: ami-06ff7eaacbc638ecd

View file

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