From a86da2d5d54815dc2e53d3564b23b2babb8ea532 Mon Sep 17 00:00:00 2001 From: "Williams, Justin" Date: Wed, 22 Jan 2025 14:18:57 -0700 Subject: [PATCH] [SWDEV-500518] Removed Artifacts Signed-off-by: Williams, Justin --- .github/workflows/amdsmi-build.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/amdsmi-build.yml b/.github/workflows/amdsmi-build.yml index 773f83fa00..cab7250de7 100644 --- a/.github/workflows/amdsmi-build.yml +++ b/.github/workflows/amdsmi-build.yml @@ -88,12 +88,13 @@ jobs: echo 'Completed Build Testing' " - - name: Upload Test Results - uses: actions/upload-artifact@v4 - with: - name: test-results-${{ matrix.os }} - path: /tmp/test-results/test-results/test-results-${{ matrix.os }} - if-no-files-found: warn + # Artifacts disabled for now + # - name: Upload Test Results + # uses: actions/upload-artifact@v4 + # with: + # name: test-results-${{ matrix.os }} + # path: /tmp/test-results/test-results/test-results-${{ matrix.os }} + # if-no-files-found: warn - name: AMDSMI Test Results run: | @@ -246,12 +247,13 @@ jobs: echo 'Completed Build Testing' " - - name: Upload Test Results - uses: actions/upload-artifact@v4 - with: - name: test-results-${{ matrix.os }} - path: /tmp/test-results/test-results/test-results-${{ matrix.os }} - if-no-files-found: warn + # Artifacts disabled for now + # - name: Upload Test Results + # uses: actions/upload-artifact@v4 + # with: + # name: test-results-${{ matrix.os }} + # path: /tmp/test-results/test-results/test-results-${{ matrix.os }} + # if-no-files-found: warn - name: AMDSMI Test Results run: |