|
|
@ -126,7 +126,9 @@ Parameters are only read by the tasks (they can be used in task parameters). Som
|
|
|
|
#### Example result file
|
|
|
|
#### Example result file
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
job-id: 5
|
|
|
|
results:
|
|
|
|
results:
|
|
|
|
|
|
|
|
- task-id: compile1
|
|
|
|
exitcode: 0
|
|
|
|
exitcode: 0
|
|
|
|
status: RE # two letter status code
|
|
|
|
status: RE # two letter status code
|
|
|
|
exitsig: 1
|
|
|
|
exitsig: 1
|
|
|
@ -135,6 +137,11 @@ results:
|
|
|
|
memory: 50000 # in KB
|
|
|
|
memory: 50000 # in KB
|
|
|
|
killed:
|
|
|
|
killed:
|
|
|
|
message: "Time limit exceeded" # status message
|
|
|
|
message: "Time limit exceeded" # status message
|
|
|
|
|
|
|
|
- task-id: eval1
|
|
|
|
|
|
|
|
exitcode: 0
|
|
|
|
|
|
|
|
.
|
|
|
|
|
|
|
|
.
|
|
|
|
|
|
|
|
.
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Logs
|
|
|
|
### Logs
|
|
|
|