summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-11 01:00:18 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-11 01:00:18 +0100
commitce694911a70e93a548de0d8135d27c6f2dd75cf5 (patch)
tree3efb2d814c8b285e29d5d11883c3299d0e173be5 /bin/reproducible_html_live_status.py
parent7acbab4ab56df9f351bbd2584a6f74524b07a724 (diff)
downloadjenkins.debian.net-ce694911a70e93a548de0d8135d27c6f2dd75cf5.tar.xz
reproducible armhf: add 3 more build jobs
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 6f84677f..a7c3fe29 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -66,8 +66,8 @@ def generate_live_status_table(arch):
counter = 0
for row in rows:
counter += 1
- # the numbers 33 and 11 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
- if ( arch == 'amd64' and counter == 33 ) or ( arch == 'armhf' and counter == 9 ):
+ # the numbers 33 and 14 should really be derived from /var/lib/jenkins/jobs/reproducible_builder_${arch}_* instead of being hard-coded here...
+ if ( arch == 'amd64' and counter == 33 ) or ( arch == 'armhf' and counter == 14 ):
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 investigate and fix the cause.</td></tr>'
suite = row[1]
arch = row[2]