-
Notifications
You must be signed in to change notification settings - Fork 614
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
Conversation
decf278
to
03431c8
Compare
@AkihiroSuda is there a way to scale-up the arm64 instance? |
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" |
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.
You may also want to check that CgroupDriver == "systemd"
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.
Ok, will have a look.
Travelling currently - will be slow to answer.
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.
Ok, amended.
nerdctl/.github/workflows/test.yml Line 72 in beaa39d
Looks like we also have |
Signed-off-by: apostasie <[email protected]>
Ok, will look. |
Thanks |
This is adding new
requirements
necessary for upcoming tests rewrites.