New issue
Advanced search Search tips

Issue 701839 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Feature



Sign in to add a comment

further differentiate build failures from test failures

Project Member Reported by seanmccullough@chromium.org, Mar 15 2017

Issue description

SoM's analyzer currently lumps build failures in with test failures, all under the alert type of messages.AlertBuildFailure. 

Given that the tasks to remedy the two different scenarios are different, we should split these alerts out further in the UI. 

Build failures are also more severe than test failures in terms of how much work they block.

To start out we should add a messages.AlertTestFailure alert type and modify the analyzer code to set it properly based on whether or not infra/monitoring/analyzer/step/test_step.go was the step analyzer that identified the failure. (consider modifying the StepAnalyzer interface's Kind() function to return an actual messagess.AlertType value).


 
Labels: -Pri-2 Pri-1
Cc: -seanmccullough@chromium.org
Labels: -Milestone-Workflow Milestone-CodeHealth Type-Feature
Owner: seanmccullough@chromium.org
Status: Assigned (was: Available)

Sign in to add a comment