Add result_WARNING style class for failing non-voting jobs

As Gerrit applies result styles based on the first word of the response
from the CI job result, add a 'result_WARNING' style to allow failing
non-voting jobs to specify WARNING as the first word to get a colour
applied that is clearly distinguishable from the text from when the job
passes, while also being different to voting jobs that pass/fail.

Change-Id: I1a9bea0c0830f9ca15f8369632ff2fdbeadada56
This commit is contained in:
Darragh Bailey 2015-12-04 12:02:48 +00:00
parent 7f84fcb4ef
commit ed49dd5d82
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ a.gwt-InlineHyperlink {background: none !important}
.result_FAILURE {
color: #cf2f19;
}
.result_UNSTABLE {
.result_UNSTABLE, .result_WARNING {
color: #e39f00;
}
.result_LOST {