Skip to content

Commit

Permalink
Add final test gate.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 5, 2024
1 parent 8cf8cb6 commit 8f9d932
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,14 @@ jobs:
- config: [cuda117_gcc11_py310, mpi, llvm]
test_runner: [self-hosted,GPU]
test_docker_options: '--gpus=all --device /dev/nvidia0 --device /dev/nvidia1 --device /dev/nvidia-uvm --device /dev/nvidia-uvm-tools --device /dev/nvidiactl'

tests_complete:
name: Unit test
if: always()
needs: [typical]
runs-on: ubuntu-latest

steps:
- run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
- name: Done
run: exit 0

0 comments on commit 8f9d932

Please sign in to comment.