[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] refactor 7a90bbd: reproducible debian: keep including stretch in the produced graphs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Apr 26 12:38:39 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e0f2120c by Holger Levsen at 2023-04-26T13:38:18+02:00
refactor 7a90bbd: reproducible debian: keep including stretch in the produced graphs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_common.sh
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -35,6 +35,7 @@ mkdir -p "$CHPATH"
# Debian suites being tested
SUITES="unstable bookworm bullseye buster experimental"
+DISABLED_SUITES="stretch"
# Debian architectures being tested
ARCHS="amd64 arm64 armhf i386"
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -27,9 +27,8 @@ COMMA_VAR=""
FIELDS[0]="datum, reproducible, FTBR, FTBFS, other, untested"
FIELDS[1]="datum"
for i in reproducible FTBR FTBFS other ; do
- # this "stretch" here is part of a list of suites that are disable but for which
- # we still collect stats in create_debian_png_from_table() as part of wider stats
- for j in $SUITES stretch; do
+ # $DISABLED_SUITES are needed as we still collect stats in create_debian_png_from_table() as part of wider stats
+ for j in $SUITES $DISABLED_SUITES ; do
FIELDS[1]="${FIELDS[1]}, ${i}_${j}"
done
done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e0f2120c0bd46d2c90b60f278e6f63a04603cec6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e0f2120c0bd46d2c90b60f278e6f63a04603cec6
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/20230426/c5394e60/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list