Skip to content

Commit

Permalink
ci: Less verbose infra alerts (NVIDIA#11080)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
Signed-off-by: Hainan Xu <[email protected]>
  • Loading branch information
ko3n1g authored and Hainan Xu committed Nov 5, 2024
1 parent bf88d9f commit a6b3057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "log=$(tail -c 2000 err.log | base64 -w 0)" >> "$GITHUB_OUTPUT"
potential_infra_failure=$(cat err.log | grep -Eqi "gpu|cuda|device" && echo true || echo false)
potential_infra_failure=$(cat err.log | grep -Eqiw "device" && echo true || echo false)
echo "potential_infra_failure=$potential_infra_failure" >> "$GITHUB_OUTPUT"
exit $EXIT_CODE
Expand Down

0 comments on commit a6b3057

Please sign in to comment.