From e5f3fa2219c4c54146d7bce7e8aab70935984315 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 22 Mar 2017 13:50:38 -0700 Subject: [PATCH] Highlight POST_FAILURE same as FAILURE on Gerrit page Have POST_FAILURE have the same color code as FAILURE on the Gerrit status page or a Jenkins job. As a POST_FAILURE of a voting job causes the gate run to be marked as a failure. Change-Id: Id18d60add1f6a67ef21aac88e27c32cc64173205 --- 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 ef93d720a7..b37e594f53 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -119,7 +119,7 @@ results. */ .result_SUCCESS { color: #007f00; } -.result_FAILURE { +.result_FAILURE, .result_POST_FAILURE { color: #cf2f19; } .result_UNSTABLE, .result_WARNING {