|
|
@ -214,7 +214,7 @@ Mandatory items are bold, optional italic.
|
|
|
|
- **job-id** - identification of job to which this results belongs
|
|
|
|
- **job-id** - identification of job to which this results belongs
|
|
|
|
- **results** - list of tasks results
|
|
|
|
- **results** - list of tasks results
|
|
|
|
- **task-id** - unique identification of task in scope of this job
|
|
|
|
- **task-id** - unique identification of task in scope of this job
|
|
|
|
- **status** - two states: OK, FAILED
|
|
|
|
- **status** - three states: OK, FAILED, SKIPPED
|
|
|
|
- _error_message_ - defined only in internal tasks on failure
|
|
|
|
- _error_message_ - defined only in internal tasks on failure
|
|
|
|
- _sandbox_results_ - if defined than this task was external and was run in sandbox
|
|
|
|
- _sandbox_results_ - if defined than this task was external and was run in sandbox
|
|
|
|
- **exitcode** - integer which executed program gave on exit
|
|
|
|
- **exitcode** - integer which executed program gave on exit
|
|
|
@ -233,7 +233,7 @@ Mandatory items are bold, optional italic.
|
|
|
|
job-id: 5
|
|
|
|
job-id: 5
|
|
|
|
results:
|
|
|
|
results:
|
|
|
|
- task-id: compile1
|
|
|
|
- task-id: compile1
|
|
|
|
status: OK # OK, FAILED
|
|
|
|
status: OK # OK, FAILED, SKIPPED
|
|
|
|
sandbox_results:
|
|
|
|
sandbox_results:
|
|
|
|
exitcode: 0
|
|
|
|
exitcode: 0
|
|
|
|
time: 5 # in seconds
|
|
|
|
time: 5 # in seconds
|
|
|
|