[Git][qa/jenkins.debian.net][master] reproducible Debian: split scheduler job into 4 jobs for each arch, fixup logic

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Jul 6 00:13:40 BST 2023



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


Commits:
bf644506 by Holger Levsen at 2023-07-06T01:13:32+02:00
reproducible Debian: split scheduler job into 4 jobs for each arch, fixup logic

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

- - - - -


1 changed file:

- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_scheduler.py
=====================================
@@ -807,8 +807,8 @@ if __name__ == '__main__':
     overall = int(query_db(query.format(arch))[0][0])
     if overall > (MAXIMA[arch]*3):
         log.info('%s packages already scheduled for %s, nothing to do.', overall, arch)
-        continue
-    log.info('%s packages already scheduled for %s, probably scheduling some '
+    else:
+        log.info('%s packages already scheduled for %s, probably scheduling some '
              'more...', overall, arch)
     message += scheduler(arch)
     log.info('Arch %s scheduled at %s.', arch, datetime.now().strftime("%Y-%m-%d %H:%M:%S"))



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bf6445062ec8036f426e6c613db37829ef56dc04
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/20230705/b493906e/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list