From 85c7591b20b0e2b62b657d9baf0a366e9af8de48 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Wed, 5 Jun 2024 17:09:42 -0700 Subject: [PATCH] Upload e2e test artifacts with different names Signed-off-by: Christopher Desiniotis --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2b8f3daa..c12eb7997 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -259,7 +259,7 @@ jobs: if: ${{ failure() }} uses: actions/upload-artifact@v4 with: - name: e2e-test-logs + name: containerd-e2e-test-logs path: ./logs/ retention-days: 15 @@ -311,6 +311,6 @@ jobs: if: ${{ failure() }} uses: actions/upload-artifact@v4 with: - name: e2e-test-logs + name: nvidiadriver-e2e-test-logs path: ./logs/ retention-days: 15