add ubuntu 2004

This commit is contained in:
Bryce Larson 2020-04-28 11:18:11 -06:00 committed by Daniel Wozniak
parent 671eb1e552
commit ce2ab6282d

View file

@ -0,0 +1,16 @@
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,
distro_name: 'ubuntu',
distro_version: '2004',
env: env,
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
nox_env_name: 'runtests-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
use_spot_instances: true)
// vim: ft=groovy