You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
coco = true/false
).The text was updated successfully, but these errors were encountered: