From c1ccc88d0769afc16363ceb06e5bdcd8605455bf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 17 Apr 2012 15:36:33 -0500 Subject: Prune down table rows on ISO testing overview page This table is getting very long as we have upwards of 210 ISOs in the production database. However, it doesn't make much sense to list ISOs that no longer exist and were never tested, so omit these from the results page if we know this to be the case. Signed-off-by: Dan McGee --- templates/releng/iso_overview.html | 6 ++++++ templates/releng/results.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'templates/releng') diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html index ca5a8c0..447ba48 100644 --- a/templates/releng/iso_overview.html +++ b/templates/releng/iso_overview.html @@ -6,6 +6,12 @@

Failures and Successes for Testing ISOs

+

This is an overview showing all current or tested release engineering + produced ISOs. Past but now unavailable ISOs are ommitted if there were + never any testing results submitted. To help improve ISO quality, you are + encouraged to give feedback + if you have tested and used any ISOs. Both successful and failed results + are encouraged and welcome.

Go back to testing results

diff --git a/templates/releng/results.html b/templates/releng/results.html index 71af708..c19b42a 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -7,7 +7,7 @@

Release Engineering Testbuild Results

-

This is an overview screen showing a test results matrix of release +

This is an overview showing a test results matrix of release engineering produced ISOs. Various options and configurations are shown with last success and last failure results, if known. To help improve ISO quality, you are encouraged to give feedback -- cgit v1.2.3-24-g4f1b