-
Notifications
You must be signed in to change notification settings - Fork 16
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
WIP: Add intel vsp #210
base: main
Are you sure you want to change the base?
WIP: Add intel vsp #210
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bn222 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 |
/test make-e2e-test |
/test remaining-required |
/test make-e2e-test |
1 similar comment
/test make-e2e-test |
go get github.com/intel/ipu-opi-plugins
/test remaining-required |
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9 | ||
|
||
COPY --from=builder /usr/src/ipu-opi-plugin/bin/ipuplugin /usr/bin/ | ||
COPY cmd/intelvsp/fxp-net_linux-networking.pkg / |
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.
@bn222 latest ipu-plugin code uses P4_NAME in Makefile(https://github.com/intel/ipu-opi-plugins/blob/main/ipu-plugin/Makefile#L5), and exports env variable->P4_NAME in Dockerfile(https://github.com/intel/ipu-opi-plugins/blob/main/ipu-plugin/images/Dockerfile#L16) , and uses it in the code(thro getenv) in lifecycleservice.go->https://github.com/intel/ipu-opi-plugins/blob/main/ipu-plugin/pkg/ipuplugin/lifecycleservice.go#L542
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.
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.
We can't have that as variables at this level, hence I've replaced the vars with what we are using.
Also, since there is code that reads the env var (which we should remove, and use a proper function to set it), I've added it to the call-site.
/test remaining-required |
/test make-e2e-test |
1 similar comment
/test make-e2e-test |
@bn222: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
No description provided.