]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move more tests out of valgrind-1 runner.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 19 Jan 2022 13:49:57 +0000 (00:49 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 19 Jan 2022 13:49:57 +0000 (00:49 +1100)
.github/configs

index 3bc9803e94fca023419e6fd9daea2cdd9a2ff261..c70776a517fcccbb2c24c09cb6464ca6df68c01e 100755 (executable)
@@ -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)