the following patch was just integrated into master: commit 7501b6c285cb8b4f75d3197f8571127a0ad9d504 Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Thu Apr 21 17:06:37 2016 -0500
board_status/to-wiki: Indicate age of test results by background color
A major issue with the board-status Wiki page is that it shows all test results equally regardless of age. As a test result ages it becomes more likely that the board no longer works peroperly under coreboot due to code churn.
Visually indicate board-test status "at a glance" by smoothly fading the background color of the test result from green to yellow as the test result ages. This patch sets the full yellow transition to 255 days after test for programming convenience, however the number of days required to fully "stale" a test result could be modified relatively easily.
Change-Id: I5a076a6cc17d53fda8e4681e38074fc1f46c0e12 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com Reviewed-on: https://review.coreboot.org/14457 Reviewed-by: Vladimir Serbinenko phcoder@gmail.com Tested-by: build bot (Jenkins)
See https://review.coreboot.org/14457 for details.
-gerrit