Jonas Jelten
Jonas Jelten
Currently, Kevin reaches out to all configured Falk instances (the container spawners). It would be better the other way round, i.e. Falk connecting to Kevin. One just has to reverse...
We'd like to have kevin status badges in `svg`. The badges are static, and activated by symlinks. 
I'm seeing several failures in job processing: ``` Sep 12 15:23:16 cyberkischt env[4331]: [2018-09-12 15:23:16,957] exception in Job.run() openage.arch-clang [ecaf496cde4fc12333d383875783c367cddbbbb6] Sep 12 22:18:47 cyberkischt env[4331]: Traceback (most recent call last):...
Currently, when a machine is being managed, it is still used as template for started machines. Possible improvements: * Perform management on a copy of the image, and overwrite the...
We set up ccache for openage (SFTtech/openage#1000), which requires a persistent storage device for each VM. This implies that this storage device must not be mounted twice at once. Which...
We should test kevin with kevin. For now, as we have no tests (of course), we could just do pylint verification.
It would be nice if the job order would be deterministic, i.e. a job listed first in the config should run first.
I think I observed that a forcepush, which aborts a build, kills the running job, but not others associated with the build. I conclude this problem from the following error...
The management shell via ssh kills the container as soon as the ssh connection dies. When restarting/powering off the VM, the ssh connection is closed before the machine is off....
Mandy uses ES6 and new shit that is only supported in the "latest" browsers (firefox >= 52, ...). There should be some warning displayed to notify users their browser is...