|
|
@ -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
|
|
|
|
--- # only one document which contains job, aka. list of tasks and some general infos
|
|
|
|
submission: # information about this particular submission
|
|
|
|
submission: # information about this particular submission
|
|
|
|
id: 255
|
|
|
|
job-id: 255
|
|
|
|
time: 2015/12/09 22:22:22.0000
|
|
|
|
time: 2015/12/09 22:22:22.0000
|
|
|
|
language: "cpp"
|
|
|
|
language: "cpp"
|
|
|
|
files: # or can be in tasks, sha1 hashing function
|
|
|
|
files: # or can be in tasks, sha1 hashing function
|
|
|
|
"recodex.cpp": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
|
|
|
|
"recodex.cpp": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
|
|
|
|
"01.in": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
|
|
|
|
"01.in": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- id: "compile_test01"
|
|
|
|
- task-id: "compile_test01"
|
|
|
|
priority: 1
|
|
|
|
priority: 1
|
|
|
|
internal-task: false
|
|
|
|
internal-task: false
|
|
|
|
failure-exit: true
|
|
|
|
failure-exit: true
|
|
|
@ -74,7 +74,7 @@ tasks:
|
|
|
|
stdout: "compile01.out"
|
|
|
|
stdout: "compile01.out"
|
|
|
|
stderr: "compile01.err"
|
|
|
|
stderr: "compile01.err"
|
|
|
|
log: "compile.log"
|
|
|
|
log: "compile.log"
|
|
|
|
- id: "move_test01"
|
|
|
|
- task-id: "move_test01"
|
|
|
|
priority: 2
|
|
|
|
priority: 2
|
|
|
|
internal-task: true
|
|
|
|
internal-task: true
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
@ -84,7 +84,7 @@ tasks:
|
|
|
|
cmd: "mv"
|
|
|
|
cmd: "mv"
|
|
|
|
cmd-params: ""
|
|
|
|
cmd-params: ""
|
|
|
|
log: "move.log"
|
|
|
|
log: "move.log"
|
|
|
|
- id: "eval_test01"
|
|
|
|
- task-id: "eval_test01"
|
|
|
|
priority: 3
|
|
|
|
priority: 3
|
|
|
|
internal-task: false
|
|
|
|
internal-task: false
|
|
|
|
failure-exit: false
|
|
|
|
failure-exit: false
|
|
|
|