Skip to content
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

idea: dashboard with "our own" badges/details views #10

Open
yarikoptic opened this issue Mar 31, 2021 · 0 comments
Open

idea: dashboard with "our own" badges/details views #10

yarikoptic opened this issue Mar 31, 2021 · 0 comments

Comments

@yarikoptic
Copy link
Member

for datalad-extensions we rely on CI services to provide badges, and so than when clicked would lead to the detailed log. Generally works great but relies on services to provide badges and logs. logs eventually expire. badges some times flaky to display

testkraken's dashboard is more evolved -- it is an html with JS to navigate that fancy pane to navigate combinatorics of the runs, similar to the one of the http://openneu.ro/metasearch/ . But to visualize it you need webserver to serve it and artifacts (logs), unlike in datalad-extensions we just rely on markdown rendering by github.

Not sure if we could somehow embed JS driven dashboard, but here is an idea (not yet tried/implemented) on how to provide "scalable" badges + storage of details for each component :

  • details for a particular "test suite" (e.g. core, or per extension) run could reside in a markdown file , which along with all the additional artifacts (logs, prov capture from pydra if using testkraken etc) could reside a commit, detached from the master, with some git ref pointing to it (e.g. run-<testsuite>-<date>), and most uptodate pointed by (e.g. run-<testsuite>-latest) branch (thus serviced by github raw. service etc).
  • overall status "badge image" could also reside there as .png,
  • then main (or master) branch README.md would just point to the images and detailed dashboard in that branch

this way we

  • can keep some collection of refs for previous runs, but remove (and thus github's GC remove them) elderly ones (while some local clone possibly collecting them all for "backup")
  • this would keep .git/objects manageable even if we keep populating repository with the all recent results (in those detached from master refs)

this idea is somewhat inspired by

@yarikoptic yarikoptic mentioned this issue Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant