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
This commit is contained in:
John L. Villalovos 2017-10-19 09:25:41 -07:00
parent ef20ba960c
commit 096f732a92

View File

@ -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 {