canonical/kubeflow-ci

Build a way to quickly summarise weekly CI results

Opened this issue · 0 comments

#11 proposes we add weekly CI runs to all our repos. This issue proposes that we construct something that makes it easy to view all our weekly CI runs. The solution should:

  • show a recent history of CI runs
  • clearly show any CI that is currently failing
  • extend to multiple runs for different cases (eg: what if we're monitoring both v1.2 and v1.3 of a charm)

The exact implementation is to be proposed, but it might be in the form of a dedicated dashboard or scripts that can easily be turned into a dashboard-like thing (eg: a script that can run in a gh workflow and write CI reports as issues on a repo).