kata-containers / tests

Kata Containers tests, CI, and metrics
https://katacontainers.io/
Apache License 2.0
139 stars 196 forks source link

CC | Close the gap between the main and the CCv0 branch #5731

Closed fidencio closed 1 year ago

fidencio commented 1 year ago

We've been dealing with a lot of conflicts on the merge from main to CCv0, and that's been happening because in the past we took the approach of splitting all components we're building for CCv0.

However, now that we're merging those components back to main, it has proven really problematic and we should close this gap ASAP to avoid wasting time solving a number way higher than needed conflicts when doing those merges.

This is the tests counterpart of https://github.com/kata-containers/kata-containers/issues/7422