Skip to content

Commit

Permalink
[uss_qualifier] Do not upgrade Low severity failures to Critical (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmis authored Dec 15, 2023
1 parent f19fd29 commit c2a01b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitoring/uss_qualifier/scenarios/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def record_failed(
if (
self._stop_fast
and severity != Severity.Critical
and severity != Severity.Low
and self._phase != ScenarioPhase.CleaningUp
):
note = f"Severity {severity} upgraded to Critical because `stop_fast` flag set true in configuration"
Expand Down

0 comments on commit c2a01b3

Please sign in to comment.