-
Notifications
You must be signed in to change notification settings - Fork 1.1k
*: add platform_runtime_paths to RuntimeHandler #7180
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
Conversation
|
Skipping CI for Draft Pull Request. |
46be555 to
b6ac497
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #7180 +/- ##
==========================================
- Coverage 49.22% 49.22% -0.01%
==========================================
Files 136 136
Lines 15487 15517 +30
==========================================
+ Hits 7624 7638 +14
- Misses 6961 6974 +13
- Partials 902 905 +3 |
1f16e4f to
56ecbfa
Compare
56ecbfa to
bc57d09
Compare
internal/oci/container.go
Outdated
| } | ||
|
|
||
| // SetArch sets the architecture of the image for a container. | ||
| func (c *Container) SetArch(arch string) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: we'll need to make sure this is called in server restore code
6f01263 to
4ac4727
Compare
61b7eaf to
1503f6b
Compare
|
/retest |
1 similar comment
|
/retest |
1503f6b to
e0fd5a8
Compare
|
/test ci-rhel-critest |
e0fd5a8 to
c18571c
Compare
c18571c to
e5b5d14
Compare
|
/approve LGTM, well done here @sohankunkerkar @cri-o/cri-o-maintainers PTAL |
This helps to track the runtime paths for different platforms. Signed-off-by: Sohan Kunkerkar <[email protected]>
Signed-off-by: Sohan Kunkerkar <[email protected]>
e5b5d14 to
5022d95
Compare
mrunalp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, mrunalp, sohankunkerkar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick release-1.27 |
|
@sohankunkerkar: once the present PR merges, I will cherry-pick it on top of release-1.27 in a new PR and assign it to you. DetailsIn response to this:
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/test-infra repository. |
|
@sohankunkerkar: #7180 failed to apply on top of branch "release-1.27": DetailsIn response to this:
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/test-infra repository. |
This helps to track the runtime paths for different platforms.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?