Skip to content
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

Add new requirements (HyperV, CgroupsAccessible) #3592

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

apostasie
Copy link
Contributor

This is adding new requirements necessary for upcoming tests rewrites.

@AkihiroSuda AkihiroSuda added this to the v2.0.0 milestone Oct 22, 2024
@AkihiroSuda AkihiroSuda added the area/ci e.g., CI failure label Oct 22, 2024
@apostasie apostasie force-pushed the series-5 branch 2 times, most recently from decf278 to 03431c8 Compare October 22, 2024 10:07
@apostasie apostasie changed the title Add new requirements (HyperV, RootfulOrCGroupV2) Add new requirements (HyperV, CgroupsAccessible) Oct 22, 2024
@apostasie
Copy link
Contributor Author

@AkihiroSuda is there a way to scale-up the arm64 instance?
It seems it is consistently +50% slower.

var dinf dockercompat.Info
err := json.Unmarshal([]byte(stdout), &dinf)
assert.NilError(helpers.T(), err, "failed to parse docker info")
return dinf.CgroupVersion == "2", "we are rootless, and cgroup version is not 2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may also want to check that CgroupDriver == "systemd"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, will have a look.
Travelling currently - will be slow to answer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, amended.

@AkihiroSuda
Copy link
Member

@AkihiroSuda is there a way to scale-up the arm64 instance? It seems it is consistently +50% slower.

runner: github-arm64-2c-8gb

Looks like we also have arm64-8core-32gb instead of ↑.
https://github.com/containerd/containerd/blob/bc3ce87c8475e67572ab14b96501acefb9799307/.github/workflows/ci.yml#L26

@apostasie
Copy link
Contributor Author

github-arm64-2c-8gb

Ok, will look.

@AkihiroSuda AkihiroSuda merged commit 6f64236 into containerd:main Oct 23, 2024
26 checks passed
@AkihiroSuda
Copy link
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci e.g., CI failure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants