Issue876

Title simplify inspecting failed nightly/weekly builds
Priority feature Status resolved
Superseder Nosy List florian, jendrik, malte
Assigned To jendrik Keywords
Optional summary

Created on 2018-12-07.14:12:18 by jendrik, last changed by jendrik.

Messages
msg8228 (view) Author: jendrik Date: 2018-12-11.10:27:59
Let's close it then :-)
msg8226 (view) Author: malte Date: 2018-12-11.10:20:55
Not from my side.
msg8223 (view) Author: florian Date: 2018-12-10.23:25:34
The test went fine. The buildbot now always deletes its experiments after it is
done. In case of a regression, it stores the full experiment directory in a
tarball inside the docker volume. The infrastructure repository contains a
script to fetch these tarballs from the volume and unpack them, and the buildbot
will tell you how to do this.

We are currently ignoring some attributes like total_time in the regression
tests because only small instances are tested and their values are below the
reporting threshold. We should change this but it is unrelated to this issue.
I'll add a note to issue871.

Any objections to closing this?
msg8217 (view) Author: jendrik Date: 2018-12-10.17:38:06
Florian was happy with the changes, so we merged this. Leaving this open until
we confirm that everything works as expected.
msg8186 (view) Author: jendrik Date: 2018-12-07.17:09:08
I prepared a pull request for this at
https://bitbucket.org/jendrikseipp/downward/pull-requests/112 .
msg8180 (view) Author: jendrik Date: 2018-12-07.14:12:18
We want to permanently store all experiment data related to a detected regression 
and provide a script that allows inspecting this data.
History
Date User Action Args
2018-12-11 10:27:59jendriksetstatus: testing -> resolved
messages: + msg8228
2018-12-11 10:20:55maltesetmessages: + msg8226
2018-12-10 23:25:34floriansetmessages: + msg8223
2018-12-10 17:38:06jendriksetstatus: reviewing -> testing
messages: + msg8217
2018-12-07 17:09:08jendriksetstatus: unread -> reviewing
messages: + msg8186
2018-12-07 14:12:18jendrikcreate