Remove Photon OS 3 from the Jenkins builds

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-02-16 17:30:27 +00:00 committed by Pedro Algarvio
parent 990728fe46
commit 94d6603ea1

View file

@ -1,17 +0,0 @@
@Library('salt@master-1.11') _
runTestSuite(
concurrent_builds: 1,
distro_name: 'photon',
distro_version: '3',
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: 8,
use_spot_instances: true,
)
// vim: ft=groovy