Skip to content

Commit 1765996

Browse files
committed
[GHA] Enable adapter logging in HW jobs
1 parent 6d676f2 commit 1765996

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-hw-reusable.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ on:
1515
permissions:
1616
contents: read
1717

18+
env:
19+
UR_LOG_CUDA: "level:error;flush:error"
20+
UR_LOG_HIP: "level:error;flush:error"
21+
UR_LOG_LEVEL_ZERO: "level:error;flush:error"
22+
UR_LOG_NATIVE_CPU: "level:error;flush:error"
23+
UR_LOG_OPENCL: "level:error;flush:error"
24+
1825
jobs:
1926
adapter-build-hw:
2027
name: Build & Test HW

0 commit comments

Comments
 (0)