-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ci: Enable ccruntime-e2e and makefile test on arm64 #484
base: main
Are you sure you want to change the base?
Conversation
e2e test on |
Now GitHub arm runner is available (https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/), so I tested ccruntime-e2e and makefile on them and fix some issue. The test results are following: |
Some part of change is merged as a part of this PR, so resolved the merge conflict. Test results on |
a1ec013
to
48d7575
Compare
I'll close and reopen this PR because the build test stuck "Expected — Waiting for status to be reported" status while all the others passed already. It seems there is no concrete solution for this yet. - https://github.com/orgs/community/discussions/26698#discussioncomment-10769359 |
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, looking forward to seeing arm runner covvered :-)
Signed-off-by: Seunguk Shin <seunguk.shin@arm.com> Reviewed-by: Nick Connolly <nick.connolly@arm.com> Reviewed-by: Tao Xu <tao.xu@arm.com>
48d7575
to
201ec51
Compare
Thank you for your review, @ldoktor ! |
This changes enables e2e and makefile test on arm64 runner. There are some prerequisite.
Ther operator's CI is as following: (${\color{red}red}$ parts are added by this change)