We won't be testing FreeBSD on the newer pipeline

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-11-27 12:43:06 +00:00
parent f82b214807
commit ed7b0358a9
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 0 additions and 18 deletions

View file

@ -8,7 +8,6 @@ debian-10-amd64: ami-0eb32b3297dc438d0
debian-11-amd64: ami-08bf6df84b4488e8a
debian-11-arm64: ami-085ff5dc42735c52e
fedora-35-x86_64: ami-05dbe9d0b98ca2f9c
freebsd-131-amd64: ami-0ef1a75f9b997e572
opensuse-15-x86_64: ami-0b57dabce687992c3
photon-3-x86_64: ami-080bc696fab4f5840
ubuntu-1804-amd64: ami-0decb138fa5e24979

View file

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