mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00

* Add Ubuntu 22.04 * upgrade m2crypto requirement for linux pyversion>=3.10 to deal with build errors * Allow signing before returning when testrun=True to cooperate with M2Crypto=0.38.0 * Skip test_py36_target when docker container resets ssh connection * check the json stderr this time * check raw stdout for connection closed message instead * Actually check for the right text this time * changelog * Change m2crypto requirements across the board Co-authored-by: MKLeb <calebb@vmware.com> Co-authored-by: Caleb Beard <53276404+MKLeb@users.noreply.github.com>
17 lines
384 B
Groovy
17 lines
384 B
Groovy
@Library('salt@master-1.11') _
|
|
|
|
runTestSuite(
|
|
concurrent_builds: 1,
|
|
distro_name: 'ubuntu',
|
|
distro_version: '2204',
|
|
distro_arch: 'amd64',
|
|
env: env,
|
|
jenkins_slave_label: 'kitchen-slave',
|
|
nox_env_name: 'pytest-tcp',
|
|
nox_passthrough_opts: '--ssh-tests',
|
|
python_version: 'py3',
|
|
testrun_timeout: 6,
|
|
use_spot_instances: true,
|
|
)
|
|
|
|
// vim: ft=groovy
|