github: let hw test run to completion on failure
Merge to master is infrequent enough that we can let the hardware test suite run to completion even if one of the tests failed. This will provide more information in the history on which boards worked for which commits, even if the test for one is broken for some time. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
04c8c40a52
commit
0e91dccf5a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sel4test-deploy.yml
vendored
1
.github/workflows/sel4test-deploy.yml
vendored
|
|
@ -92,6 +92,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [sim, the_matrix]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix: ${{ fromJson(needs.the_matrix.outputs.matrix) }}
|
||||
# do not run concurrently with other workflows, but do run concurrently in the build matrix
|
||||
concurrency: hw-run-${{ strategy.job-index }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue