mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-05 15:21:27 +00:00
Merge branch 'rename-alwaysfailed-in-excuses' into 'master'
Rephrase 'Always failed' as it is confusing in Debian See merge request release-team/britney2!1
This commit is contained in:
commit
d2fe22348d
@ -35,11 +35,11 @@ from britney2.policies.policy import BasePolicy, PolicyVerdict
|
||||
EXCUSES_LABELS = {
|
||||
"PASS": '<span style="background:#87d96c">Pass</span>',
|
||||
"FAIL": '<span style="background:#ff6666">Failed</span>',
|
||||
"ALWAYSFAIL": '<span style="background:#e5c545">Always failed</span>',
|
||||
"ALWAYSFAIL": '<span style="background:#e5c545">Not a regression</span>',
|
||||
"REGRESSION": '<span style="background:#ff6666">Regression</span>',
|
||||
"IGNORE-FAIL": '<span style="background:#e5c545">Ignored failure</span>',
|
||||
"RUNNING": '<span style="background:#99ddff">Test in progress</span>',
|
||||
"RUNNING-ALWAYSFAIL": '<span style="background:#99ddff">Test in progress (always failed)</span>',
|
||||
"RUNNING-ALWAYSFAIL": '<span style="background:#99ddff">Test in progress (will not be considered a regression)</span>',
|
||||
}
|
||||
|
||||
REF_TRIG = 'migration-reference/0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user