[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible system health status: improve output
Holger Levsen
gitlab at salsa.debian.org
Sat Jun 13 13:48:52 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ff558c0c by Holger Levsen at 2020-06-13T14:42:58+02:00
reproducible system health status: improve output
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
7145cac0 by Holger Levsen at 2020-06-13T14:48:36+02:00
reproducible system health status: add html meta header to refresh page every 5min
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -150,7 +150,7 @@ echo "$(date -u) - STATUS = $STATUS"
echo $STATUS > $HEALTH_FILE
echo "$(date -u) - $HEALTH_FILE updated."
cat > $HEALTH_FILE.html <<- EOF
-<html><head></head><body style="background-color: rgb($RED, $GREEN, 0);">
+<html><meta http-equiv="refresh" content="300"><head></head><body style="background-color: rgb($RED, $GREEN, 0);">
<h1>tests.reproducible-builds.org Status</h1>
<p>
Status: <a href="$REPRODUCIBLE_URL/$(basename $HEALTH_FILE)">$STATUS</a> (an integer value between 0 and 255)
@@ -158,9 +158,9 @@ cat > $HEALTH_FILE.html <<- EOF
<p>
Score: $SCORE (a stable jobs adds 3, an unstable job adds 1 and a failed job substracts something between 1 and 500 (indicated in brackets after the job name below), depending on the importance of the job for the setup.)
<br/>
- Inputs considered: $INPUTS
+ Jobs considered: $INPUTS
<br/>
- Inputs ignored: $INVALID
+ Jobs ignored: $INVALID
</p>
<p>
Failed jobs:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/6e10993279ca73cd5f43c63fc156dca8240dee55...7145cac01e16381d83fd8c7ffe6516ce97170f99
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/6e10993279ca73cd5f43c63fc156dca8240dee55...7145cac01e16381d83fd8c7ffe6516ce97170f99
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200613/91705c51/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list