|
|
|
@ -80,7 +80,7 @@ tasks:
|
|
|
|
|
bin: "mv"
|
|
|
|
|
args:
|
|
|
|
|
- "recodex.cpp"
|
|
|
|
|
- "/codex/boxes/tmp/recodex.cpp"
|
|
|
|
|
- "/tmp/isoeval/1/eval_5/recodex.cpp"
|
|
|
|
|
- task-id: "eval_test01"
|
|
|
|
|
priority: 4
|
|
|
|
|
fatal-failure: false
|
|
|
|
@ -141,15 +141,20 @@ Parameters are only read by the tasks (they can be used in task parameters). Som
|
|
|
|
|
job-id: 5
|
|
|
|
|
results:
|
|
|
|
|
- task-id: compile1
|
|
|
|
|
status: OK # OK, FAILED
|
|
|
|
|
sandbox_results:
|
|
|
|
|
exitcode: 0
|
|
|
|
|
status: RE # two letter status code
|
|
|
|
|
exitsig: 1
|
|
|
|
|
time: 5 # in seconds
|
|
|
|
|
time-wall: 5 # in seconds
|
|
|
|
|
wall-time: 5 # in seconds
|
|
|
|
|
memory: 50000 # in KB
|
|
|
|
|
max-rss: 50000
|
|
|
|
|
status: RE # two letter status code: OK, RE, SG, TO, XX
|
|
|
|
|
exitsig: 1
|
|
|
|
|
killed:
|
|
|
|
|
message: "Time limit exceeded" # status message
|
|
|
|
|
- task-id: eval1
|
|
|
|
|
status: FAILED
|
|
|
|
|
error_message: "Task failed, something very bad happend!"
|
|
|
|
|
exitcode: 0
|
|
|
|
|
.
|
|
|
|
|
.
|
|
|
|
|