[Git][qa/jenkins.debian.net][master] Debian live: Cluster all images per day
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Mar 15 14:03:41 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0a686896 by Roland Clobus at 2025-03-15T15:03:13+01:00
Debian live: Cluster all images per day
The timestamp from the archive generates two build numbers in openQA,
which is not helping to get a good overview.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debian_live_build.sh
Changes:
=====================================
bin/reproducible_debian_live_build.sh
=====================================
@@ -76,8 +76,8 @@ publish_results() {
# Invoke openQA
CHECKSUM=$(grep "Checksum:" ${RESULTSDIR}/summary_build1.txt | cut -f 2 -d " ")
IMAGE_TIMESTAMP=$(grep "Snapshot timestamp:" ${RESULTSDIR}/summary_build1.txt | cut -f 3 -d " ")
- # Keep only the day part of the timestamp. All images from the same day will be clustered in openQA
- BUILD=$(echo ${IMAGE_TIMESTAMP} | awk '{ c=split($0, a, "_"); print substr(a[c],1, 8); }')
+ # Cluster all builds per day in openQA
+ BUILD=$(date +%Y%m%d)
output_echo "Triggering openqa.debian.net for live-build ${IMAGE_TIMESTAMP}_${SUITE}_${DESKTOP} checksum=${CHECKSUM} now."
# Allow for more details when openQA fails
set +e
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0a686896cd35dbd12c84f6ce5269299fb9647d90
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0a686896cd35dbd12c84f6ce5269299fb9647d90
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/20250315/e7027d25/attachment.htm>
More information about the Qa-jenkins-scm
mailing list