Add hardware group to results yaml

master
Petr Stefan 8 years ago
parent 51d4271f43
commit 9fbb709eb3

@ -537,6 +537,7 @@ Results of tasks are sent back in YAML format compressed into archive. This arch
List of items from results file. Mandatory items are bold, optional ones italic. List of items from results file. Mandatory items are bold, optional ones italic.
- **job-id** -- identification of job to which this results belongs - **job-id** -- identification of job to which this results belongs
- **hw-group** -- Hardware group identifier of worker which performed the evaluation
- _error_message_ -- present only if whole execution failed and none of tasks were executed - _error_message_ -- present only if whole execution failed and none of tasks were executed
- **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
@ -558,6 +559,7 @@ List of items from results file. Mandatory items are bold, optional ones italic.
```{.yml} ```{.yml}
--- ---
job-id: 5 job-id: 5
hw-group: "group1"
results: results:
- task-id: compile1 - task-id: compile1
status: OK status: OK

Loading…
Cancel
Save