diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-04 01:56:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-04 01:56:54 +0200 |
commit | bc4a7ddfbae4abe669ebc38dc4a9d9a8f833e39d (patch) | |
tree | 7f7e207eed4c9156e6dd1dcab2e594e58ae4d02b /TODO | |
parent | 844fb21d7077c1763f26873ca9a9f9b33451bbe1 (diff) | |
download | jenkins.debian.net-bc4a7ddfbae4abe669ebc38dc4a9d9a8f833e39d.tar.xz |
reproducible: we should automatically disable builds if things go crazy
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ This is about Debian, below are more todo entries for other projects… ** fix: "DIFFOSCOPE='E: Failed to change to directory /tmp: Permission denied' - maybe by making sure the cause is gone… https://jenkins.debian.net/job/reproducible_builder_amd64_14/909/ is an example for that *** make maintenance job detect and reschedule logs with: 'E: 10mount: error: Directory '.*' does not exist' *** make maintenance job detect and reschedule logs with: '^Bus Error$' +** scheduler: check if there have been more than X failures or depwait in the last Y hours and if so unschedule all packages, disable scheduling and send a mail informing us. * reenable disorderfs setup, check that it *always* unmounts + cleans up nicely * diffoscope needs to be run on the target arch... (or rather: run on a 64bit architecture for 64bit architectures and on 32bit for 32 bit archs), this should probably be doable with a simple i386 chroot on the host (so using qemu-static to run it on armhf should not be needed, probably.) |