diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index c847a79..935fa1d 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -35,11 +35,11 @@ from britney2.policies.policy import BasePolicy, PolicyVerdict EXCUSES_LABELS = { "PASS": 'Pass', "FAIL": 'Failed', - "ALWAYSFAIL": 'Always failed', + "ALWAYSFAIL": 'Not a regression', "REGRESSION": 'Regression', "IGNORE-FAIL": 'Ignored failure', "RUNNING": 'Test in progress', - "RUNNING-ALWAYSFAIL": 'Test in progress (always failed)', + "RUNNING-ALWAYSFAIL": 'Test in progress (will not be considered a regression)', } REF_TRIG = 'migration-reference/0'