From 8d634b70e06abe6723a0f95ff698bb0757c5185d Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:31:22 +0200 Subject: [PATCH] Fix push CI artifact path (#17788) Co-authored-by: ydshieh --- .github/workflows/self-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index 5a53a844c4..bb397bc857 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -353,14 +353,14 @@ jobs: - name: Failure short reports if: ${{ failure() }} continue-on-error: true - run: cat reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu/failures_short.txt + run: cat /workspace/transformers/reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu/failures_short.txt - name: Test suite reports artifacts if: ${{ always() }} uses: actions/upload-artifact@v2 with: name: ${{ matrix.machine_type }}_run_tests_torch_cuda_extensions_gpu_test_reports - path: reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu + path: /workspace/transformers/reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu run_tests_torch_cuda_extensions_multi_gpu: name: Torch CUDA extension tests