[Git][qa/jenkins.debian.net][master] 2 commits: reproducibe Debian live-build: schedule update
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Mar 3 15:29:53 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c2e9625b by Roland Clobus at 2024-03-03T16:29:02+01:00
reproducibe Debian live-build: schedule update
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
48221035 by Roland Clobus at 2024-03-03T16:29:08+01:00
reproducibe Debian live-build: avoid minus in BUILD (to allow for tags in openQA)wq
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_debian_live_build.sh
- job-cfg/reproducible.yaml
Changes:
=====================================
bin/reproducible_debian_live_build.sh
=====================================
@@ -90,7 +90,7 @@ publish_results() {
;;
esac
output_echo "Triggering openqa.debian.net for live-build ${IMAGE_TIMESTAMP}_${SUITE}_${DESKTOP} checksum=${CHECKSUM} now."
- schroot --directory ${RESULTSDIR} -c source:jenkins-reproducible-unstable-diffoscope -- openqa-cli api -X POST isos ISO=${DESKTOP}_${SUITE}_${IMAGE_TIMESTAMP}.iso DISTRI=debian VERSION=${SUITE}_${DESKTOP} FLAVOR=live-build ARCH=x86_64 BUILD=${IMAGE_TIMESTAMP}_${SUITE}_${DESKTOP} CHECKSUM=${CHECKSUM} TIMESTAMP=${IMAGE_TIMESTAMP} ISO_URL=https://tests.reproducible-builds.org/debian/live_build/artifacts/r00t-me/${ISONAME} --odn --apikey ${OPENQA_APIKEY} --apisecret ${OPENQA_APISECRET} ${OPENQA_EXTRA_OPTIONS} | tee out.json
+ schroot --directory ${RESULTSDIR} -c source:jenkins-reproducible-unstable-diffoscope -- openqa-cli api -X POST isos ISO=${DESKTOP}_${SUITE}_${IMAGE_TIMESTAMP}.iso DISTRI=debian VERSION=${SUITE}_${DESKTOP} FLAVOR=live-build ARCH=x86_64 BUILD=${IMAGE_TIMESTAMP}_${SUITE}_${DESKTOP/-/_} CHECKSUM=${CHECKSUM} TIMESTAMP=${IMAGE_TIMESTAMP} ISO_URL=https://tests.reproducible-builds.org/debian/live_build/artifacts/r00t-me/${ISONAME} --odn --apikey ${OPENQA_APIKEY} --apisecret ${OPENQA_APISECRET} ${OPENQA_EXTRA_OPTIONS} | tee out.json
jq .ids out.json | awk '$1 + 0 > 0 { print "- enjoy https://openqa.debian.net/tests/" ($1 + 0) }'
jq .scheduled_product_id out.json | awk '$1 + 0 > 0 { print "- enjoy https://openqa.debian.net/admin/productlog?id=" ($1 + 0) }'
rm out.json
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -972,11 +972,11 @@
my_keep_build_days: 95 # About 3 months of history
installer_origin: 'archive'
- bookworm:
- my_timed: 'H H * * 0' # Every Sunday, sometime during the day
- my_keep_build_days: 31 # About one month of history
- installer_origin: 'git'
+ my_timed: 'H H 1 * *' # The 1st day of a month, sometime during the day
+ my_keep_build_days: 95 # About one month of history
+ installer_origin: 'archive'
- trixie:
- my_timed: 'H H * * 1' # Every Saturday, sometime during the day
+ my_timed: 'H H * * 4' # Every Thursday, sometime during the day
my_keep_build_days: 31 # About one month of history
installer_origin: 'git'
- sid:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b04767ab2d0cc0a47208f6ca28410b423938c579...48221035b5b8af954fb4b99c108a75d89611eb9c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b04767ab2d0cc0a47208f6ca28410b423938c579...48221035b5b8af954fb4b99c108a75d89611eb9c
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/20240303/5b395f67/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list