[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian armhf: schedule buster less often

Holger Levsen gitlab at salsa.debian.org
Thu Aug 20 11:28:42 BST 2020



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


Commits:
4dcaa029 by Holger Levsen at 2020-08-20T10:39:20+02:00
reproducible Debian armhf: schedule buster less often

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

- - - - -
78959882 by Holger Levsen at 2020-08-20T12:28:09+02:00
reproducible node health check: deal with system failure without failed services

(also disable debug again)

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

- - - - -


2 changed files:

- bin/reproducible_node_health_check.sh
- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -5,7 +5,7 @@
 #         © 2015-2018 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv2
 
-DEBUG=true
+DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 
@@ -147,7 +147,7 @@ fi
 echo "$(date -u) - checking whether all services are running fine..."
 if ! systemctl is-system-running > /dev/null; then
 	SERVICES=$(mktemp --tmpdir=$TEMPDIR node-health-XXXXXXX)
-	systemctl list-units --state=error,failed | grep " failed " > $SERVICES
+	systemctl list-units --state=error,failed | grep " failed " > $SERVICES || true
 	echo "$(date -u) - problematic services found:"
 	cat $SERVICES
 	echo "$(date -u) - trying to fix problematic services."


=====================================
bin/reproducible_scheduler.py
=====================================
@@ -215,7 +215,7 @@ LIMITS = {
         },
         'armhf': {
             'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'buster': {1: (900, 350), 2: (1400, 250), '*': 0},
+            'buster': {1: (900, 225), 2: (1400, 175), '*': 0},
             'bullseye': {1: (900, 800), 2: (1400, 500), '*': 0},
             'unstable': {1: (900, 1200), 2: (1400, 800), '*': 0},
             'experimental': {1: (900, 70), 2: (1400, 50), '*': 0},



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e997561c0c8b79b8d17e1d9302683c14072b6df3...78959882fa9ea45d20a4943e01cf10506124732b

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e997561c0c8b79b8d17e1d9302683c14072b6df3...78959882fa9ea45d20a4943e01cf10506124732b
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/20200820/a0a1d855/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list