Skip to content

Commit

Permalink
CI: add gpu tag test job
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Dec 2, 2024
1 parent 5bf2730 commit 596a697
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,17 @@ jobs:
--profile "+${{ matrix.profile }}" \
--filter ${{ matrix.filter }}
- name: Run GPU Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
if: matrix.profile == 'docker' || matrix.profile == 'singularity'
run: |
nf-test test \
--ci \
--shard ${{ matrix.shard }}/${{ strategy.job-total }} \
--changed-since HEAD^ \
--profile "+${{ matrix.profile }}" \
--filter ${{ matrix.filter }} \
--tag "gpu"
- name: Output log on failure
if: failure()
run: |
Expand Down

0 comments on commit 596a697

Please sign in to comment.