Skip to content

Commit

Permalink
add 'fail_fast: false' to opencl-cts
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Dec 16, 2024
1 parent f5c4d46 commit 85edde8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/planned_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
if: inputs.test_opencl_cts
needs: [ workflow_vars, build_icd, create_ock_artefacts ]
strategy:
fail-fast: false
matrix:
target: ${{ fromJson(inputs.target_list) }}
exclude: ${{ fromJson(needs.workflow_vars.outputs.matrix_only_linux_x86_64_aarch64) }}
Expand Down

0 comments on commit 85edde8

Please sign in to comment.