[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Revert "reproducible Debian: force immediate build of old suite pages"

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Aug 17 14:31:00 BST 2021



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


Commits:
f4c1f169 by Holger Levsen at 2021-08-17T15:26:41+02:00
Revert "reproducible Debian: force immediate build of old suite pages"

This reverts commit 859859f897dab387618f6761a91ead80f18490e6.

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -777,12 +777,18 @@ for ARCH in ${ARCHS} ; do
 	for SUITE in $SUITES ; do
 		update_suite_arch_stats
 		gather_suite_arch_stats
+		# stretch, buster and bullseye pages are only updated every 12h
+		if ( [ "$SUITE" = "stretch" ] || [ "$SUITE" = "buster" ] || [ "$SUITE" = "bullseye" ] ) && [[ $(($(date +%k) % 12)) -ne 0 ]]; then
+				continue
+		fi
 		create_suite_arch_stats_page
 	done
 done
 create_performance_page
 create_variations_page
 create_bugs_page
-create_oldsuites_page
+if [[ $(($(date +%k) % 12)) -eq 0 ]]; then
+	create_oldsuites_page
+fi
 create_dashboard_page
 rm -f $DUMMY_FILE >/dev/null



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f4c1f1698307d8cf58b1044b838339db7525950b
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/20210817/31381d80/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list