From 49a1e8fb2a4e5d68963bebae91025261be85d039 Mon Sep 17 00:00:00 2001 From: Pat Somaru Date: Thu, 26 Sep 2024 14:33:38 -0400 Subject: [PATCH] fix artifact names to work with mergequeue naming --- .github/workflows/caching-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/caching-build.yml b/.github/workflows/caching-build.yml index 7a3391a01..64d030dac 100644 --- a/.github/workflows/caching-build.yml +++ b/.github/workflows/caching-build.yml @@ -162,8 +162,6 @@ jobs: if: always() - run: sudo cat /var/log/dmesg > host-dmesg.ci.log if: always() - - run: echo "NICE_REF=${{ github.event.pull_request && github.head_ref || github.ref_name }}" >> $GITHUB_ENV - if: always() - run: mkdir -p ./log_save/ if: always() # no symlink following here (to avoid cycles) @@ -173,7 +171,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: ${{ matrix.scheduler }}_logs_${{ env.NICE_REF }}_${{ github.run_id }}_${{ github.run_attempt }} + name: ${{ matrix.scheduler }}_logs_${{ github.run_id }}_${{ github.run_attempt }} path: ./log_save/*.ci.log # it's all txt files w/ 90 day retention, lets be nice. compression-level: 9