buildpacks / ci

CI configuration for Cloud Native Buildpacks
https://ci.buildpacks.io
Apache License 2.0
9 stars 2 forks source link

CI Dashboard #19

Open jromero opened 4 years ago

jromero commented 4 years ago

Description

As a contributor or maintainer, I'd like to have a holistic view of all the pipelines (CI jobs).

Proposed solution

It would be ideal to find a pre-existing tool to leverage that fit the following needs:

  1. Aggregate view of jobs across repos
  2. Publicly viewable
  3. Configurable to only show specific branch outcomes (main, release/*)

Describe alternatives you've considered

We can manually create and manage a markdown file that displays badges and links to the appropriate jobs.

Additional context

dfreilich commented 4 years ago

There's this great tool I once used called concourse...

natalieparellano commented 4 years ago

Might be worth checking out: https://github.com/marketplace/actions/issue-dashboard

It's called issue dashboard but it says "You can collect data out of GitHub using issue queries or arbitrary JavaScript that you define" which sounds pretty flexible for our purposes.

dfreilich commented 4 years ago

We may want to check out https://github.com/arjun024/actions-dashboard and https://github.com/arjun024/actions-dashboard-paketo, which could be helpful for our needs.