From: Darren Tucker Date: Wed, 19 Jan 2022 13:49:57 +0000 (+1100) Subject: Move more tests out of valgrind-1 runner. X-Git-Tag: V_8_9_P1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe6800b6027add478e648934cbb29d684e51943;p=thirdparty%2Fopenssh-portable.git Move more tests out of valgrind-1 runner. --- diff --git a/.github/configs b/.github/configs index 3bc9803e9..c70776a51 100755 --- a/.github/configs +++ b/.github/configs @@ -98,9 +98,9 @@ case "$config" in # Valgrind slows things down enough that the agent timeout test # won't reliably pass, and the unit tests run longer than allowed # by github so split into three separate tests. - tests2="rekey integrity" - tests3="krl forward-control sshsig" - tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment" + tests2="rekey integrity try-ciphers sftp" + tests3="krl forward-control sshsig agent-restrict kextype" + tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment percent" case "$config" in valgrind-1) # All tests except agent-timeout (which is flaky under valgrind)