[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: also check for race-conditions

Holger Levsen gitlab at salsa.debian.org
Fri Sep 28 12:17:20 BST 2018


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


Commits:
75e11acf by Holger Levsen at 2018-09-28T11:17:03Z
reproducible Archlinux: also check for race-conditions

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

- - - - -


2 changed files:

- TODO
- bin/reproducible_maintenance.sh


Changes:

=====================================
TODO
=====================================
@@ -328,7 +328,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 *** create new job to recreate all pkg pages
 *** create json
 ** misc:
-*** we share /var/log/jenkins/reproducible-race-conditions.log and reproducible-remote-error.log with debian, is that ok? (else fix maintenance job and handle_race_condition() and handle_remote_error())
+*** nothing to do here: we share /var/log/jenkins/reproducible-race-conditions.log and reproducible-remote-error.log with debian, is ok? should be. (else fix maintenance job and handle_race_condition() and handle_remote_error())
 *** make build.sh respect pacman exit code, see FIXME in _html_.sh
 *** debian uses a table removed_packages, should this be used here too?
 *** debian uses a table manual_scheduler to limit the amount of packages someone can schedule per day...


=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -581,7 +581,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ]  ; then
 				fi
 				if grep -q https $PROBLEM ; then
 					echo "$(grep -c https $PROBLEM) entries found:"
-					if [ "$(basename $PROBLEM)" != "reproducible-remote-error.log" ]; then
+					if [ "$(basename $PROBLEM)" != "reproducible-remote-error.log" ] && [ "$(basename $PROBLEM)" != "reproducible-race-conditions.log" ] ; then
 						OTHERPROJECTS=""
 					else
 						OTHERPROJECTS="archlinux fedora"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/75e11acfc6892056c82646abf9b79bd9bfd2c8d9

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/75e11acfc6892056c82646abf9b79bd9bfd2c8d9
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/20180928/e182be44/attachment.html>


More information about the Qa-jenkins-scm mailing list