-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add -test results to the panel #5
base: master
Are you sure you want to change the base?
Conversation
Preview at https://people.freebsd.org/~ygy/tinderbox/. |
The result looks good to me, maybe we can arrange the information as following:
And use text color on field to mark the result is successful, unstable or failed. One thing I overlooked when talking about the idea, currently I guess the shown test result is from the last or last completed test build, but those two builds might not have directly relationship, i.e., they are not against the same revision. The "started by" information can be retrieved from the item with This might increase much complexity of the implementation, if it is too difficult, let's find a better way to organize and display those data. |
example.json looks like sample data, does it need to be included in the final commit? |
While I was there, also: - Made the table header sticky (on modern browsers) - Only show last successful build for jobs with FAILURE
@lwhsu That makes sense. I have implemented a side-by-side view for build and test, as well as adding a sticky header for the table. The end result looks like this: (https://people.freebsd.org/~ygy/tinderbox/) Please let me know how I can improve the display to be clearer with sufficient info.
|
Add results for -test builds when available.
When I was there: