[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible_build_service.sh: be verbose about sleeping time

Holger Levsen gitlab at salsa.debian.org
Wed Feb 3 10:32:20 GMT 2021



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


Commits:
d8c3c736 by Holger Levsen at 2021-02-03T11:31:09+01:00
reproducible_build_service.sh: be verbose about sleeping time

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

- - - - -
d3ef2405 by Holger Levsen at 2021-02-03T11:32:00+01:00
reproducible Debian: mark ff64a-, jtk1a-, odxu4a and odxu4b-armhf as offline

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

- - - - -


2 changed files:

- bin/reproducible_build_service.sh
- jenkins-home/offline_nodes


Changes:

=====================================
bin/reproducible_build_service.sh
=====================================
@@ -1,7 +1,7 @@
 #!/bin/bash
 # vim: set noexpandtab:
 
-# Copyright © 2017-2018 Holger Levsen (holger at layer-acht.org)
+# Copyright © 2017-2021 Holger Levsen (holger at layer-acht.org)
 # released under the GPLv2
 
 set -e
@@ -240,9 +240,10 @@ check_lock() {
 		while : ; do
 			children="$(pgre --list-full --parent $$)"
 			if [ -n "$children" ]; then
-				echo "There are still some child processes, waiting for them:"
+				local SLEEPTIME=15m
+				echo "There are still some child processes, waiting $SLEEPTIME for them:"
 				echo "$children"
-				sleep 15m
+				sleep $SLEEPTIME
 			else
 				exit 9
 			fi


=====================================
jenkins-home/offline_nodes
=====================================
@@ -27,6 +27,10 @@ wbq0-armhf-rb.debian.net
 jtx1c-armhf-rb.debian.net
 
 # needs investigation
+ff64a-armhf-rb.debian.net
+jtk1a-armhf-rb.debian.net
+jtx1a-armhf-rb.debian.net
+odxu4a-armhf-rb.debian.net
 
 # Down here nodes are automatically added by the maintenance job when they have
 # been failing their health check for too long.



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/388d7f6e57de30be2ab60986aa7cc59a9988e6d3...d3ef24053174269378a37b08fbc8a80bea549cf4

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/388d7f6e57de30be2ab60986aa7cc59a9988e6d3...d3ef24053174269378a37b08fbc8a80bea549cf4
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/20210203/49737c02/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list