ucx icon indicating copy to clipboard operation
ucx copied to clipboard

CI: improve Coverity error reporting

Open michal-shalev opened this issue 1 year ago • 3 comments

What?

Improves error reporting in buildlib/tools/coverity.sh to make Coverity errors more visible in the Azure DevOps CI pipeline.

Why?

Currently, identifying the specific Coverity errors causing CI failures is difficult because they are buried in the log output. This change helps to quickly see the errors without scrolling through the logs.

How?

Modifies the script to capture Coverity errors and output them at the end, making the cause of the failure immediately clear in the CI logs.

Before

image

After

image

michal-shalev avatar Sep 02 '24 13:09 michal-shalev

@michal-shalev pls squash

yosefe avatar Oct 10 '24 06:10 yosefe

@yosefe waiting for your reply on https://github.com/openucx/ucx/pull/10145#issuecomment-2404368115

michal-shalev avatar Oct 10 '24 08:10 michal-shalev

I removed the "debug instructions" and squashed @yosefe

michal-shalev avatar Oct 10 '24 12:10 michal-shalev