[openssh-commits] [openssh] 01/02: Upload valgrind logs on failure.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Feb 21 15:39:35 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit bb0b9bf45396c19486080d3eb0a159f94de7e6ba
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Feb 20 13:06:25 2021 +1100

    Upload valgrind logs on failure.
---
 .github/workflows/c-cpp.yml      | 4 +++-
 .github/workflows/selfhosted.yml | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 34dabb64..5e79c073 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -51,4 +51,6 @@ jobs:
       uses: actions/upload-artifact at v2
       with:
         name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
-        path: regress/*.log
+        path: |
+          regress/*.log
+          regress/valgrind-out/
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 980ca11a..83b5de52 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -58,7 +58,9 @@ jobs:
       uses: actions/upload-artifact at v2
       with:
         name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
-        path: regress/*.log
+        path: |
+          regress/*.log
+          regress/valgrind-out/
     - name: shutdown VM
       if: always()
       run: vmshutdown

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list