-
Notifications
You must be signed in to change notification settings - Fork 268
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
CDI on ARM #3466
Comments
Hi, @awels, I'm currently working on getting CDI to function on Arm and enabling the publication of official multi-arch images. What steps are needed to officially publish multi-arch images? |
No, we just have to note which that certain things are not tested on arm. We have a similar limitation on other arches. |
Ok, thanks, I will record the status here. |
I attempted to run the hpp_classic end-to-end test on the Arm64 platform and encountered the following issues:
The cdi-file-host pod displays this error:
This issue may be related to the crypto-policies RPM package and requires further investigation. The imageio-deployment pod uses the image To enable these e2e tests on Arm64, we will need to build multi-arch versions of the image. |
Current e2e tests status Investigating the failure cases now. Details:
|
Summary of the failures:
|
Hi @awels , I am trying to figure out the reasons of e2e test failures. However, I got an issue when trying to upload the datavolume token by running the following command:
It shows that
Do you have any ideas or suggestions? Here is the information about the cluster:
Now all pods running well
|
This is used to record the status of CDI on ARM. We want to make sure CDI works well on Arm64 platforms.
Build Arm64 binary and images
There is no error when running the build commands.
Test on Arm64 platform
unit tests
only one test failed, and PR has submitted:
unit-test, arm64: Add memory limit for prlimit test #3468
e2e tests
CI/CD on Arm64
Release Arm64 images
The text was updated successfully, but these errors were encountered: