diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-06-27 18:25:53 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-28 08:49:16 +0200 |
commit | ab3cc293068e6fdc5ea31eb948e85ccd2bf13064 (patch) | |
tree | 2906f77e076eb92e8c68e986566c561244773dc6 | |
parent | 651314e6ddc54c64f82ba61c53dff8180c1096c7 (diff) |
testresult: Add information about other links under testresult server
Added information about
- /qtmetrics/
- /forms/release-testing/
- /ci/status/
Change-Id: I12de38113b7755062969a44c4726a35f972401bb
Reviewed-by: Simo FΓ€lt <simo.falt@digia.com>
Reviewed-by: Tony SarajΓ€rvi <tony.sarajarvi@digia.com>
-rw-r--r-- | non-puppet/testresults.qt-project.org/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/non-puppet/testresults.qt-project.org/index.html b/non-puppet/testresults.qt-project.org/index.html index 7895f5a..6daa975 100644 --- a/non-puppet/testresults.qt-project.org/index.html +++ b/non-puppet/testresults.qt-project.org/index.html @@ -19,6 +19,9 @@ <p>The following results are currently available: <ul> <li><b><a href="/ci">ci</a></b> - raw logs from the Qt Continuous Integration System used on <a href="http://codereview.qt-project.org/">codereview.qt-project.org</a></li> + <li><b><a href="/qtmetrics">qt-metrics</a></b> - autotest metrics from the Qt Continuous Integration System</li> + <li><b><a href="/forms/release-testing">release-testing</a></b> - release testing form used to report status of packages from <a href="http://download.qt-project.org/snapshots/qt/">download.qt-project.org</a></li> + <li><b><a href="/ci/status">status</a></b> - status information about the Qt Continuous Integration System</li> </ul> </p> <p>For more information, see <a href="http://qt-project.org/wiki/CI_Overview">the Qt Project wiki</a>.</p> |