mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-28 11:31:12 +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 = {
|
EXCUSES_LABELS = {
|
||||||
"PASS": '<span style="background:#87d96c">Pass</span>',
|
"PASS": '<span style="background:#87d96c">Pass</span>',
|
||||||
"FAIL": '<span style="background:#ff6666">Failed</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>',
|
"REGRESSION": '<span style="background:#ff6666">Regression</span>',
|
||||||
"IGNORE-FAIL": '<span style="background:#e5c545">Ignored failure</span>',
|
"IGNORE-FAIL": '<span style="background:#e5c545">Ignored failure</span>',
|
||||||
"RUNNING": '<span style="background:#99ddff">Test in progress</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'
|
REF_TRIG = 'migration-reference/0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user