Updated Assignments overview (markdown)

master
Martin Polanka 9 years ago
parent 87116c00dd
commit 877d1fc0fb

@ -56,14 +56,14 @@ Final configuration for worker is computer generated from those two configs.
```
--- # only one document which contains job, aka. list of tasks and some general infos
submission: # information about this particular submission
id: 255
job-id: 255
time: 2015/12/09 22:22:22.0000
language: "cpp"
files: # or can be in tasks, sha1 hashing function
"recodex.cpp": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
"01.in": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
tasks:
- id: "compile_test01"
- task-id: "compile_test01"
priority: 1
internal-task: false
failure-exit: true
@ -74,7 +74,7 @@ tasks:
stdout: "compile01.out"
stderr: "compile01.err"
log: "compile.log"
- id: "move_test01"
- task-id: "move_test01"
priority: 2
internal-task: true
dependencies:
@ -84,7 +84,7 @@ tasks:
cmd: "mv"
cmd-params: ""
log: "move.log"
- id: "eval_test01"
- task-id: "eval_test01"
priority: 3
internal-task: false
failure-exit: false

Loading…
Cancel
Save