-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.