]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: QUIC Interop: use different artifact names for uploading logs
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 24 Aug 2024 23:22:29 +0000 (01:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Aug 2024 09:19:41 +0000 (11:19 +0200)
artifact names must be unique, otherwise only first failed logs are
uploaded, other encounter 409 conflict

.github/workflows/quic-interop-aws-lc.yml
.github/workflows/quic-interop-libressl.yml

index 385e6efcbe0ac10501dd7673cfd36d660c39cbd0..0620d36fe442d4df4670f3be4ab484921ab5405b 100644 (file)
@@ -91,6 +91,6 @@ jobs:
         if: failure()
         uses: actions/upload-artifact@v4
         with:
-          name: logs
+          name: logs-${{ matrix.suite.client }}
           path: quic-interop-runner/logs/
           retention-days: 6
index ddef1555c649e38915cf56d2d99c5ade8f649aeb..d9b18e30577b7930d9c3d316a216818ae843aedf 100644 (file)
@@ -92,6 +92,6 @@ jobs:
         if: failure()
         uses: actions/upload-artifact@v4
         with:
-          name: logs
+          name: logs-${{ matrix.suite.client }}
           path: quic-interop-runner/logs/
           retention-days: 6