[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: Revert "reproducible Arch Linux: allow scheduling of many more old packages to catch up on backlog"

Holger Levsen gitlab at salsa.debian.org
Sat Sep 12 11:41:03 BST 2020



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


Commits:
859b1ff7 by Holger Levsen at 2020-09-12T12:35:39+02:00
Revert "reproducible Arch Linux: allow scheduling of many more old packages to catch up on backlog"

This reverts commit 969d2b55bfb8876532b8f83246c8baef091dc459.

- - - - -
f22514d1 by Holger Levsen at 2020-09-12T12:40:51+02:00
reproducible Arch Linux: really allow scheduling of many more old packages to catch up on backlog

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

- - - - -


1 changed file:

- bin/reproducible_archlinux_scheduler.sh


Changes:

=====================================
bin/reproducible_archlinux_scheduler.sh
=====================================
@@ -185,9 +185,9 @@ update_archlinux_repositories() {
 	# (only if less than $THRESHOLD packages are currently scheduled)
 	#
 	echo "$(date -u ) - should we schedule old packages?"
-	MAX=15001
-	local THRESHOLD=6000
-	MINDATE=$(date -u +"%Y-%m-%d %H:%M" -d "4 days ago")
+	MAX=10001
+	local THRESHOLD=10000
+	MINDATE=$(date -u +"%Y-%m-%d %H:%M" -d "2 days ago")
 	SCHDATE=$(date -u +"%Y-%m-%d %H:%M" -d "7 days")
 	local CURRENT=$(query_db "SELECT count(*) FROM sources AS s JOIN schedule AS sch ON s.id=sch.package_id WHERE build_type='ci_build' AND s.distribution=$DISTROID AND s.architecture='x86_64' AND sch.date_build_started IS NULL;")
 	if [ $CURRENT -le $THRESHOLD ] ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/969d2b55bfb8876532b8f83246c8baef091dc459...f22514d19726a1e52aa3ae7fcd43610222c25620

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/969d2b55bfb8876532b8f83246c8baef091dc459...f22514d19726a1e52aa3ae7fcd43610222c25620
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/20200912/72018146/attachment.html>


More information about the Qa-jenkins-scm mailing list