ci: add riscv64 to Linux integration test matrix#13124
Draft
gounthar wants to merge 1 commit intocontainerd:mainfrom
Draft
ci: add riscv64 to Linux integration test matrix#13124gounthar wants to merge 1 commit intocontainerd:mainfrom
gounthar wants to merge 1 commit intocontainerd:mainfrom
Conversation
Author
|
To enable the riscv64 runner on this repository, a containerd org admin would need to install the RISE GitHub App: https://github.com/apps/rise-risc-v-runners Once installed, jobs with |
Add ubuntu-24.04-riscv to the integration-linux CI matrix. Skip criu, erofs, and checkpoint/restore on riscv64 (not yet available for this architecture). Install buildah/podman on riscv64 (not pre-installed, same as arm64). Add private-repo exclude for riscv64 matching the arm64 pattern. Relates to containerd#13020. Signed-off-by: Bruno Verachten <gounthar@gmail.com>
48a8039 to
641387b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
ubuntu-24.04-riscvto the Linux integration test matrix in CI. containerd already ships riscv64 release binaries but the CI test matrix does not cover this architecture.Changes
ubuntu-24.04-riscvto integration-linux OS matrixThe
ubuntu-24.04-riscvrunners are provided by the RISE Project, free for open source. Same setup asubuntu-24.04-armandubuntu-24.04-s390x.Test results
Fork CI run: https://github.com/gounthar/containerd/actions/runs/23548524366
1752 tests pass, 62 skipped, 1 failure on both cgroupfs and systemd drivers.
The single failure is
TestSetPositiveOomScoreAdjustment(oom_linux_test.go:36): the test expects to set OOM score to 1000 and read it back, but the RISE runner's Kubernetes pod starts with OOM score 123, which affects the result. This is a runner environment difference, not an architecture issue. Reported upstream at riscv-runner-images#22.Additionally,
lsmodis missing on the runner image (riscv-runner-images#23), causing the "Kernel Message" step to fail on error. This does not affect test results.Relates to #13020.