Skip to content

Commit

Permalink
allow to continue run tests even if ruche CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Nov 4, 2024
1 parent 0bff334 commit 57cf7ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ jobs:
# test the project
test:
runs-on: ${{ matrix.backend.runner }}
continue-on-error: ${{ matrix.unstable }}

needs:
- check_docker_files
Expand All @@ -311,11 +312,13 @@ jobs:

strategy:
matrix:
unstable: [false]
backend:
# run CUDA tests on Ruche supercomputer
- name: cuda
image: nvcc
runner: [self-hosted, cuda]
unstable: true
# run OpenMP tests on Azure server
- name: openmp
image: gcc
Expand Down

0 comments on commit 57cf7ea

Please sign in to comment.