-
Notifications
You must be signed in to change notification settings - Fork 2.8k
update tests duo to CRUN#1767 to support both values #26760
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
update tests duo to CRUN#1767 to support both values #26760
Conversation
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.
There is also a cpu.weight check in test/apiv2/20-containers.at that needs to be changed as well.
ec7f353
to
4ab918f
Compare
c444d24
to
e26283f
Compare
d95d6ab
to
3f30af9
Compare
aed54b2
to
a4b4748
Compare
434d03f
to
1de27d8
Compare
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.
If you like to make a test run with the new crun to make sure both version pass please use the image id c20250812t173301z-f42f41d13
containers/automation_images#411 (comment). In fact if that passes CI we can just merge it with the image bump.
Oh and it seems your commit has the wrong author set, |
a145f05
to
58ec583
Compare
e2f5490
to
5e6d490
Compare
7e0b30f
to
9e9961e
Compare
Signed-off-by: Tim Zhou <[email protected]>
9e9961e
to
2c89069
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99, timcoding1988 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Sure, LGTM on my end |
/lgtm |
2e4418a
into
containers:main
Update the
podman update container all options v2 tests
. this is a change duo to CRUN changes : containers/crun#1767we will need support both new and old values using for cpu weight calculation.
Does this PR introduce a user-facing change?