[Git][qa/jenkins.debian.net][master] reproducible Debian: sleep less, after a 404 package has occured

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Mar 27 17:35:24 GMT 2024



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
ba9df5b8 by Holger Levsen at 2024-03-27T18:35:08+01:00
reproducible Debian: sleep less, after a 404 package has occured

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_build.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
@@ -165,13 +165,13 @@ diff_copy_buildlogs() {
 handle_E404() {
 	log_warning "Download of ${SRCPACKAGE} sources from ${SUITE} failed."
 	ls -l ${SRCPACKAGE}* | log_file -
-	log_warning "Maybe there was a network problem, or ${SRCPACKAGE} is not a source package in ${SUITE}, or it was removed or renamed. Please investigate. Sleeping 30m as this should not happen."
+	log_warning "Maybe there was a network problem, or ${SRCPACKAGE} is not a source package in ${SUITE}, or it was removed or renamed. Please investigate. Sleeping 5m as this should not happen."
 	DURATION=0
 	update_rbuildlog
 	update_db_and_html "E404"
 	if [ $SAVE_ARTIFACTS -eq 1 ] ; then SAVE_ARTIFACTS=0 ; fi
 	if [ -n "$NOTIFY" ] ; then NOTIFY="failure" ; fi
-	sleep 30m
+	sleep 5m
 	exit 0 # RBUILDLOG and SAVE_ARTIFACTS and NOTIFY are used in cleanup_all called at exit
 }
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ba9df5b853fcb58e79d5c8de35ec87f35d08dd21

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ba9df5b853fcb58e79d5c8de35ec87f35d08dd21
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/20240327/ab315485/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list