diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-04 10:27:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-04 10:27:51 +0100 |
commit | 63c1df0186c5e0590637fd0b0949a9bfb8bb7629 (patch) | |
tree | 48d41d4bfa4d373925fec5811af987a8814ae811 | |
parent | 20b948ba78be174d16cb286989928f8a5135324e (diff) | |
download | jenkins.debian.net-63c1df0186c5e0590637fd0b0949a9bfb8bb7629.tar.xz |
reproducible: guess another regex to reschedule
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,8 @@ properties: * make reproducible_build.sh rock solid again: ** 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' does not exist' + ** 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.) ** on SIGTERM, also ssh to remote host and cleanup there! (via ssh &) |