Skip to content

Commit 68888f6

Browse files
authored
[CI] Fail if early hang check fails (#18226)
No idea why I did this before. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 73535d9 commit 68888f6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/sycl-windows-build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
- name: Detect hung tests
8787
if: always()
8888
shell: powershell
89-
continue-on-error: true
9089
run: |
9190
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
9291
powershell.exe -File windows_detect_hung_tests.ps1

.github/workflows/sycl-windows-run-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
- name: Detect hung tests
102102
if: always()
103103
shell: powershell
104-
continue-on-error: true
105104
run: |
106105
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
107106
powershell.exe -File windows_detect_hung_tests.ps1

0 commit comments

Comments
 (0)