You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The goal of this project is to create a mini-dashboard that simplifies navigation for users who are not familiar with the internal workings of the kernelci-api. The dashboard should be designed with a focus on assisting kernel maintainers and users who report new build failures, warnings, regressions, and other related issues.
Details and functionality will follow during issue discussion and implementation.
The text was updated successfully, but these errors were encountered:
So at current moment i assume universally typical maintainer want to visit dashboard and in minimal amount of clicks spot all recent kernel builds and identify following issues:
A)New/fixed build breakages, and if new happen, quickly view error details, also might be handy to suggest how to reproduce it
B)New/fixed build warnings (?), with same functionality
A is done.
B is a little bit more difficult to implement, as it needs some log fetching and post-processing, but possible.
Description:
The goal of this project is to create a mini-dashboard that simplifies navigation for users who are not familiar with the internal workings of the kernelci-api. The dashboard should be designed with a focus on assisting kernel maintainers and users who report new build failures, warnings, regressions, and other related issues.
Details and functionality will follow during issue discussion and implementation.
The text was updated successfully, but these errors were encountered: