summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-19 00:53:12 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-19 00:53:12 +0200
commit2621a5b3a9b0682d908e52badb314fc4a79af9b0 (patch)
treec482d64a0f85a8c09c29fe24c283c3fc9681cf4e /bin/reproducible_html_live_status.py
parentbef6c81ce35e5921738e7b5a1f702437c79c4576 (diff)
downloadjenkins.debian.net-2621a5b3a9b0682d908e52badb314fc4a79af9b0.tar.xz
reproducible: add 4 more amd64 builder jobs and 2 more armhf
Diffstat (limited to 'bin/reproducible_html_live_status.py')
-rwxr-xr-xbin/reproducible_html_live_status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index fdd9a871..334a31b5 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -76,8 +76,8 @@ def generate_live_status_table(arch):
counter = 0
for row in rows:
counter += 1
- # the numbers 13 and 7 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
- if ( arch == 'amd64' and counter == 13 ) or ( arch == 'armhf' and counter == 7 ):
+ # the numbers 17 and 9 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
+ if ( arch == 'amd64' and counter == 17 ) or ( arch == 'armhf' and counter == 9 ):
html += '<tr><td colspan="10">There are more builds marked as currently building in the database than there are ' + arch + ' build jobs. This does not compute. Please cleanup and please automate cleanup.</td></tr>'
suite = row[1]
arch = row[2]