From 096f732a92c39b5db374a7fe14cf8dd7e3994c0e Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 19 Oct 2017 09:25:41 -0700 Subject: [PATCH] Add result_TIMED_OUT & result_RETRY_LIMIT as failure colors Both result_TIMED_OUT & result_RETRY_LIMIT are failures. We should color them as such in the Gerrit page. Change-Id: If13f245b9bdfa62f8251837cb8d3135e2720c48e --- 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 ab6b8588ab..c2cd39589a 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -123,7 +123,7 @@ results. */ .result_SUCCESS { color: #007f00; } -.result_FAILURE, .result_POST_FAILURE { +.result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT { color: #cf2f19; } .result_UNSTABLE, .result_WARNING {