diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-21 14:17:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-21 14:17:10 +0200 |
commit | f521b26f9c308ca6c1baa4ee0589d78870717457 (patch) | |
tree | 50e4e88a40207b0db988025019be57aa1c2574fb /bin/reproducible_html_live_status.py | |
parent | db68a8c9089e85182dd01aaf3b469d68c69b2aa2 (diff) | |
download | jenkins.debian.net-f521b26f9c308ca6c1baa4ee0589d78870717457.tar.xz |
reproducible: remove stale builds from at the beginning of the build and send a daily mail about these from the maintenance job
Diffstat (limited to 'bin/reproducible_html_live_status.py')
-rwxr-xr-x | bin/reproducible_html_live_status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py index 334a31b5..1d55bb39 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -78,7 +78,7 @@ def generate_live_status_table(arch): counter += 1 # 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>' + 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] pkg = row[3] |