Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
Description
Currently when a task is generated for core analysis in evergreen, if the task is not part of a group it will make a new group with the task and the core analysis called {task_name}_analysis. This is messing up the buildbaron tools because they see this as a new task failure for {task_name}_analysis instead of a task failure for the normal task name. I think just changing the name of the group to the task name should fix this.