https://bugs.freedesktop.org/show_bug.cgi?id=112033
Bug ID: 112033 Summary: Store the runner and kernel logs as part of the IGT results Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: not set Priority: not set Component: IGT Assignee: dri-devel@lists.freedesktop.org Reporter: martin.peres@free.fr
While it might appear like a trivial request to some, this is a little hairier than what it might initially appear.
The main issue comes from the fact that runs can be resumed, so it means we need to distinguish every execution and be able to say which subtest got executed on which run (CI Bug Log's testsuiterun 's run ID).
This is made a little harder by the fact that a binary execution can execute multiple tests and we need to support resuming it while still being able to say which subtest were executed on which run.
So far, the idea is to store the current run ID in the runner's metadata.json, then log the current run ID in the journal.
Petri, any thoughts?
https://bugs.freedesktop.org/show_bug.cgi?id=112033
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |petri.latvala@intel.com |.org |
--- Comment #1 from Martin Peres martin.peres@free.fr --- The rationale behind this request is to fix the lack of dmesg for resume runs' after the machine reboots.
By fixing this in the runner, we end up fixing the issue for everyone (individual developers, Intel CI, other CIs) which lead to less duplication of efforts.
dri-devel@lists.freedesktop.org