-
Notifications
You must be signed in to change notification settings - Fork 202
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
validate: ignore validation of CDI devices #1239
validate: ignore validation of CDI devices #1239
Conversation
e13a8ec
to
8576007
Compare
pkg/config/config_local.go
Outdated
@@ -11,6 +11,7 @@ import ( | |||
"strings" | |||
"syscall" | |||
|
|||
cdi "github.com/container-orchestrated-devices/container-device-interface/pkg/cdi" |
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.
Is the cdi here necessary?
Wonder why go.sum changed so much. |
Signed-off-by: Giuseppe Scrivano <[email protected]>
Signed-off-by: Giuseppe Scrivano <[email protected]>
8576007
to
dc40f9b
Compare
Pretty big jump in the number of lines to verify the device? Is all that needed? |
+3000 lines of code. |
96597e9 adds the new dependency which seems to be using a K8s YAML parser. |
It is already a dependency of Podman. I think it should not affect the podman binary size |
we could also drop the validation and let Podman deal with it |
LGTM |
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
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
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, giuseppe 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 |
Signed-off-by: Giuseppe Scrivano [email protected]