From: Ilya Shipitsin Date: Sat, 24 Aug 2024 23:22:29 +0000 (+0200) Subject: CI: QUIC Interop: use different artifact names for uploading logs X-Git-Tag: v3.1-dev7~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4256961a4421b55e5a66440bbd732fa02d8df5b0;p=thirdparty%2Fhaproxy.git CI: QUIC Interop: use different artifact names for uploading logs artifact names must be unique, otherwise only first failed logs are uploaded, other encounter 409 conflict --- diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index 385e6efcbe..0620d36fe4 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -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 diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index ddef1555c6..d9b18e3057 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -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