Add ability to copy files to and delete files from runner

This commit is contained in:
Jan-Eric Hellenberg
2021-05-31 16:31:15 +02:00
parent 242d0175a2
commit 02b3f52a11
23 changed files with 757 additions and 240 deletions

View File

@ -26,6 +26,11 @@ nomad:
# Nomad namespace to use. If unset, 'default' is used
namespace: poseidon
# Configuration of the runners
runner:
# Directory where all files with relative paths will be copied into. Must be writable by the default user in the container.
workspacepath: /home/python
# Configuration of the logger
logger:
# Log level that is used after reading the config (INFO until then)