You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are multiple test targets summary (currently in CRIU testing), the current Jenkins summary parser only parses the first occurrence (due to the Jenkins manager.getLogMatcher behaviour). We need a solution to parse the only one summary output that user wants.
The text was updated successfully, but these errors were encountered:
To prevent summary from docker tests get parsed, we can export an env var to avoid parsing the unwanted summary.
For example, do the following in the docker test command:
export RESULT_COMMENT="IN DOCKER"
in playlist.xml test command. The result summary will look like:
When there are multiple test targets summary (currently in CRIU testing), the current Jenkins summary parser only parses the first occurrence (due to the Jenkins manager.getLogMatcher behaviour). We need a solution to parse the only one summary output that user wants.
The text was updated successfully, but these errors were encountered: