Skip to content

Commit 689c8c8

Browse files
authored
Merge pull request #1659 from kbenzie/benie/gha-set-adapter-log-env-vars
[GHA] Enable adapter logging in HW jobs
2 parents e428745 + 1765996 commit 689c8c8

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)