-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Refactoring factory/container to remove references of lib/sandbox #8601
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
Refactoring factory/container to remove references of lib/sandbox #8601
Conversation
|
Hi @xw19. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
95a57f3 to
60855f3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8601 +/- ##
==========================================
- Coverage 48.86% 48.81% -0.06%
==========================================
Files 153 153
Lines 17376 17360 -16
==========================================
- Hits 8491 8474 -17
Misses 7822 7822
- Partials 1063 1064 +1 |
|
/ok-to-test |
|
/test ci-rhel-critest |
|
/retest-required |
1 similar comment
|
/retest-required |
5417aa6 to
fba9dd3
Compare
|
This PR allows to move factory/sandbox to move over to lib/snadbox |
|
/retest-required |
|
/test e2e-gcp-ovn |
|
/test ci-fedora-integration |
|
/test ci-fedora-kata |
|
dbfbfaf to
615499c
Compare
|
/test e2e-gcp-ovn |
|
/retest-required |
615499c to
5ac6b30
Compare
|
/test ci-cgroupv2-e2e-features |
|
/test e2e-gcp-ovn |
|
/test periodics-images |
|
/test ci-cgroupv2-e2e-features |
|
/test ci-e2e-evented-pleg |
1 similar comment
|
/test ci-e2e-evented-pleg |
|
/test ci-cgroupv2-e2e-features |
|
/approve LGTM, thanks @xw19 , @cri-o/cri-o-maintainers PTAL |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, xw19 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5ac6b30 to
5e0f466
Compare
Instead of passing whole sandbox object we will pass parameters that are needed This will remove interdependencies for future refactor. Also ManagedNamespace extracted to its own package inside lib so that it can be referenced for both sandbox and container. Moved the constant string to its own package so that it also can be referenced without creating cyclic dependency Signed-off-by: Sourav Moitra <[email protected]>
5e0f466 to
937d243
Compare
|
/retest |
|
/lgtm |
|
/test ci-e2e-evented-pleg |
|
/test e2e-gcp-ovn |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Instead of passing whole sandbox object we will pass parameters that are needed This will remove interdependencies for future refactor. Also ManagedNamespace extracted to its own package inside lib so that it can be referenced for both sandbox and container.
Which issue(s) this PR fixes:
Part of #8289
Special notes for your reviewer:
Does this PR introduce a user-facing change?
No