node-core-utils icon indicating copy to clipboard operation
node-core-utils copied to clipboard

Add list of errors to ignore when parsing for failure reason

Open mhdawson opened this issue 2 years ago • 0 comments

In the reliability reports we see high counts of "fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository" but this is an error that should be ignored and it being reported is hiding whatever the real problem was.

It would be good if we could update the tooling to ignore specific errors like that.

@richardlau pointed to this area in the code as a place to start: https://github.com/nodejs/node-core-utils/blob/main/lib/ci/ci_failure_parser.js

mhdawson avatar Oct 20 '23 15:10 mhdawson