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

dashboard: Create a dashboard in the CoCo GH #17

Open
sprt opened this issue Oct 31, 2024 · 3 comments
Open

dashboard: Create a dashboard in the CoCo GH #17

sprt opened this issue Oct 31, 2024 · 3 comments

Comments

@sprt
Copy link
Collaborator

sprt commented Oct 31, 2024

We want to have a CoCo CI dashboard in the CoCo org: https://github.com/confidential-containers. This CoCo dashboard would be the exact same as the Kata one, but only filtering for CoCo tests.

We need to find a way to do this that minimizes implementation time and long-term maintenance. My gut thinking right now:

  • In the current code, we create a separate page for such a CoCo dashboard. We reuse code as much as possible, meaning ideally the page would be a component taking a single parameter (coco = true/false).
  • We create another Github Page repo in the CoCo org that is ONLY an iframe to the CoCo page described above.
@sprt sprt converted this from a draft issue Oct 31, 2024
@afinn12
Copy link
Contributor

afinn12 commented Nov 5, 2024

Image

  • Dashboard is almost identical to the Kata Containers CI Dashboard
    • Modification: test names are automatically filtered with "coco"
      • Additional URL filtering works
    • Code copied from index.js into coco.js with modifications
    • Accessed through basePath/coco

Image

  • Added small link to CoCo dashboard to Kata dashboard.

Is this what you meant?

TODO: We create another Github Page repo in the CoCo org that is ONLY an iframe to the CoCo page described above

@sprt
Copy link
Collaborator Author

sprt commented Nov 5, 2024

Thanks @afinn12, this looks like a good start! We'll discuss more in tomorrow's meeting.

For now two things:

@a1icja
Copy link
Contributor

a1icja commented Dec 4, 2024

Kata Containers side is in #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants