-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
@couet I wanted to suggest a small tuning in the jenkins job root-makedoc-master log parser rules that is currently in place (https://lcgapp-services.cern.ch/root-jenkins/view/ROOT/job/root-makedoc-master/configure):
Namely:
- To remove false positives, where "INFO" in capital letters is being parsed in the middle of a word. --> Force it to be at beginning of line, or matching a whole-word
- To detect false negatives, where "ERROR" is not now being found if in the middle of a line
- To detect false negatives, where the string sequence ": warning: " could be searched for.
--> Maybe with https://github.com/root-project/rootspi/blob/master/jenkins/logparser-rules/ROOT-incremental-LogParserRules.txt#L25
Examples of the syntax can be found here, too:
https://github.com/root-project/rootspi/blob/master/jenkins/logparser-rules/ROOT-incremental-LogParserRules.txt
Metadata
Metadata
Assignees
Labels
No labels



