Skip to content

Commit

Permalink
[CI] Windows test hang detection should always run (#16100)
Browse files Browse the repository at this point in the history
If the tests fail or the job is cancelled this should run.

Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex authored Nov 18, 2024
1 parent 08a2edc commit 2e11d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sycl-windows-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
cmake --build build-e2e --target check-sycl-e2e
- name: Detect hung tests
shell: powershell
if: always()
run: |
$exitCode = 0
$hungTests = Get-Process | Where-Object { ($_.Path -match "llvm\\install") -or ($_.Path -match "llvm\\build-e2e") }
Expand Down

0 comments on commit 2e11d26

Please sign in to comment.