isoeval -> recodex

master
Martin Polanka 8 years ago
parent 34ca619fc2
commit bd3a8f8857

@ -57,13 +57,13 @@ headers:
- python - python
threads: 2 threads: 2
hwgroup: "group1" hwgroup: "group1"
working-directory: /tmp/isoeval working-directory: /tmp/recodex
file-managers: file-managers:
- hostname: "http://localhost:9999" # port is optional - hostname: "http://localhost:9999" # port is optional
username: "" # can be ignored in specific modules username: "" # can be ignored in specific modules
password: "" # can be ignored in specific modules password: "" # can be ignored in specific modules
file-cache: # only in case that there is cache module file-cache: # only in case that there is cache module
cache-dir: "/tmp/isoeval/cache" cache-dir: "/tmp/recodex/cache"
logger: logger:
file: "/var/log/recodex/worker" # w/o suffix - actual names will be worker.log, worker.1.log, ... file: "/var/log/recodex/worker" # w/o suffix - actual names will be worker.log, worker.1.log, ...
level: "debug" # level of logging level: "debug" # level of logging
@ -82,7 +82,7 @@ limits:
ISOLATE_BOX: "/box" ISOLATE_BOX: "/box"
ISOLATE_TMP: "/tmp" ISOLATE_TMP: "/tmp"
bound-directories: bound-directories:
- src: /tmp/isoeval/eval_5 - src: /tmp/recodex/eval_5
dst: /evaluate dst: /evaluate
mode: RW,NOEXEC mode: RW,NOEXEC
``` ```

Loading…
Cancel
Save