Actions
action #5428
closedimport results.json into database as much as possible
Updated by coolo about 10 years ago
working on it in https://github.com/os-autoinst/openQA/tree/issue_5428
Updated by coolo about 10 years ago
- Assignee deleted (
coolo)
JobModules now has some of these informations. What's missing
- backend information for the job
- dents for the modules and dents for the job
- flags for the modules
Updated by coolo almost 10 years ago
- Assignee set to coolo
- Target version set to Sprint 13
Updated by coolo almost 10 years ago
the dents are in and the flags are. What's left missing:
- state of the modules (done, running, todo)
- backend infos
Updated by coolo almost 10 years ago
- Target version deleted (
Sprint 13)
there are only job modules when the job is done, which makes the whole Running controller pretty helpless.
I need the worker to split result.json and submit the interesting parts
Updated by coolo almost 10 years ago
the current state:
- worker sends all of results.json (interim solution)
- the currently running step has 'running' as result
The worker needs be smarter and only send changed modules. And we need a solution for backend infos. E.g. the interactive command is sent to the worker, which translates it in a file for os-autoinst, which then sets a flag in results.json - that is read by the Running controller.
Updated by coolo almost 10 years ago
- Target version changed from Sprint 14 to Sprint 15
Updated by coolo almost 10 years ago
- Status changed from In Progress to Resolved
Actions