Skip to content

Commit

Permalink
[CI] Upload CUDA test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zahimoud committed May 10, 2023
1 parent b19b274 commit 86bd37c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ jobs:
cd python/test/unit
python3 -m pytest
- name: Create artifacts archive
if: ${{(matrix.runner[0] == 'self-hosted') && (matrix.runner[1] == 'V100' || matrix.runner[1] == 'A100')}}
run: |
tar -czvf artifacts.tar.gz ~/.triton/cache
- name: Upload artifacts archive
if: ${{(matrix.runner[0] == 'self-hosted') && (matrix.runner[1] == 'V100' || matrix.runner[1] == 'A100')}}
uses: actions/upload-artifact@v2
with:
name: artifacts
path: artifacts.tar.gz

- name: Run CXX unittests
if: ${{ env.BACKEND != 'ROCM'}}
run: |
Expand Down

0 comments on commit 86bd37c

Please sign in to comment.