[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible system health: fix regex to ignore fedora jobs
Holger Levsen
gitlab at salsa.debian.org
Tue Feb 25 16:02:01 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c9677cc7 by Holger Levsen at 2020-02-25T16:59:06+01:00
reproducible system health: fix regex to ignore fedora jobs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
819a998f by Holger Levsen at 2020-02-25T17:01:53+01:00
reproducible system health: more verbose explaination
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -65,7 +65,7 @@ for JOB in reproducible_* ; do
reproducible_node_health_check_arm64_codethink16) MODIFIER=50 ;;
reproducible_node_health_check_arm64_*) MODIFIER=10 ;;
reproducible_node_health_check_armhf_*) MODIFIER=3 ;;
- reproducible_builder_fedora_*) MODIFIER=0 ;;
+ reproducible_builder_fedora*) MODIFIER=0 ;;
*) MODIFIER=1 ;;
esac
if [ $MODIFIER -eq 0 ] ; then
@@ -96,10 +96,10 @@ cat > $HEALTH_FILE.html <<- EOF
<html><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> (between 0 and 255)
+ Status: <a href="$REPRODUCIBLE_URL/$(basename $HEALTH_FILE)">$STATUS</a> (an integer value between 0 and 255)
</p>
<p>
- Score: $SCORE (a stable jobs adds 3, an unstable job adds 1 and a failed job substracts something between 1 and 50, depending on the importance of the job.)
+ Score: $SCORE (a stable jobs adds 3, an unstable job adds 1 and a failed job substracts something between 1 and 50 (indicated in brackets after the job name below), depending on the importance of the job for the setup.)
<br/>
Inputs considered: $INPUTS
</p>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/56d1ed088446ef097f99720c634d247aed3154cf...819a998fd94a09648036872932964407103685f3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/56d1ed088446ef097f99720c634d247aed3154cf...819a998fd94a09648036872932964407103685f3
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/20200225/b540bfe6/attachment.html>
More information about the Qa-jenkins-scm
mailing list