From ed49dd5d822c092f2ac003f0965ed2d1424db8cf Mon Sep 17 00:00:00 2001
From: Darragh Bailey <dbailey@hpe.com>
Date: Fri, 4 Dec 2015 12:02:48 +0000
Subject: [PATCH] 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
---
 modules/openstack_project/files/gerrit/GerritSite.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css
index 5b60381195..d679faeb43 100644
--- a/modules/openstack_project/files/gerrit/GerritSite.css
+++ b/modules/openstack_project/files/gerrit/GerritSite.css
@@ -38,7 +38,7 @@ a.gwt-InlineHyperlink {background: none !important}
 .result_FAILURE {
     color: #cf2f19;
 }
-.result_UNSTABLE {
+.result_UNSTABLE, .result_WARNING {
     color: #e39f00;
 }
 .result_LOST {