Actions
action #5428
closedimport results.json into database as much as possible
Actions
Added by coolo about 10 years ago. Updated almost 10 years ago.
working on it in https://github.com/os-autoinst/openQA/tree/issue_5428
JobModules now has some of these informations. What's missing
the dents are in and the flags are. What's left missing:
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
the current state:
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.