|
|
|
@ -63,12 +63,24 @@ submission: # information about this particular submission
|
|
|
|
|
port: 36587
|
|
|
|
|
username: "654321" # can be ignored in specific modules
|
|
|
|
|
password: "123456" # can be ignored in specific modules
|
|
|
|
|
files: # or can be in tasks, sha1 hashing function
|
|
|
|
|
"recodex.cpp": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
|
|
|
|
|
"01.in": 94549d889ae96210ff2a73bd0a5bbe3185f05ff6
|
|
|
|
|
tasks:
|
|
|
|
|
- task-id: "move_test01"
|
|
|
|
|
- task-id: "fetch_source"
|
|
|
|
|
priority: 1
|
|
|
|
|
fatal-failure: true
|
|
|
|
|
source: "94549d889ae96210ff2a73bd0a5bbe3185f05ff6"
|
|
|
|
|
destination: "recodex.cpp"
|
|
|
|
|
cmd: "fetch"
|
|
|
|
|
log: "fetch.log"
|
|
|
|
|
- task-id: "fetch_input"
|
|
|
|
|
priority: 2
|
|
|
|
|
fatal-failure: true
|
|
|
|
|
source: "94549d889ae96210ff2a73bd0a5bbe3185f05ff6"
|
|
|
|
|
destination: "01.in"
|
|
|
|
|
cmd: "fetch"
|
|
|
|
|
log: "fetch.log"
|
|
|
|
|
- task-id: "move_test01"
|
|
|
|
|
priority: 3
|
|
|
|
|
fatal-failure: true
|
|
|
|
|
dependencies:
|
|
|
|
|
- compile_test01
|
|
|
|
|
source: "recodex.cpp"
|
|
|
|
@ -76,7 +88,7 @@ tasks:
|
|
|
|
|
cmd: "mv"
|
|
|
|
|
log: "move.log"
|
|
|
|
|
- task-id: "eval_test01"
|
|
|
|
|
priority: 3
|
|
|
|
|
priority: 4
|
|
|
|
|
fatal-failure: false
|
|
|
|
|
dependencies:
|
|
|
|
|
- move_test01
|
|
|
|
|