Move sftp from valgrind-2 to 3 to rebalance.

This commit is contained in:
Darren Tucker 2022-08-31 20:26:30 +10:00
parent fcf5365da6
commit 03277a4aa4
No known key found for this signature in database

4
.github/configs vendored
View File

@ -162,8 +162,8 @@ case "$config" in
# Valgrind slows things down enough that the agent timeout test # Valgrind slows things down enough that the agent timeout test
# won't reliably pass, and the unit tests run longer than allowed # won't reliably pass, and the unit tests run longer than allowed
# by github so split into three separate tests. # by github so split into three separate tests.
tests2="rekey integrity try-ciphers sftp" tests2="rekey integrity try-ciphers"
tests3="krl forward-control sshsig agent-restrict kextype" tests3="krl forward-control sshsig agent-restrict kextype sftp"
tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment percent" tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment percent"
case "$config" in case "$config" in
valgrind-1) valgrind-1)