-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done