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
This commit is contained in:
John L. Villalovos 2017-03-22 13:50:38 -07:00
parent f4032071e4
commit e5f3fa2219

View File

@ -119,7 +119,7 @@ results. */
.result_SUCCESS { .result_SUCCESS {
color: #007f00; color: #007f00;
} }
.result_FAILURE { .result_FAILURE, .result_POST_FAILURE {
color: #cf2f19; color: #cf2f19;
} }
.result_UNSTABLE, .result_WARNING { .result_UNSTABLE, .result_WARNING {