-
Notifications
You must be signed in to change notification settings - Fork 103
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
Implement container.update() #521
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inknos 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 |
1e31f57
to
a089e2b
Compare
0ad0dce
to
eea8603
Compare
note for myself of tomorrow. fedora 40 and 41 are failing because podman-5.4.0 is not there (check tmt-verbose.log). the ci needs pull podman from podman-next copr in order to test against latest upstream fixes. |
bf80d76
to
63e62c4
Compare
Introduce container.update() api implementation. The options supported are a direct port to GO's structures, therefore, some of the options like blkio, need to follow a specific syntax and have to use dictionaries with GO case style. See for example blockio = { "leafWeight": 0 "throttleReadBpsDevice": [{ "major": 0, "minor": 0, "rate": 0 }], ... Other common options, like health_cmd, health_interval,... follow pythonic implementations and python-like type calls. Fixes: https://issues.redhat.com/browse/RUN-2427 Signed-off-by: Nicola Sella <nsella@redhat.com>
Looks like tests for all python require more time to run. This can be improved in the future by splitting each python run in a separate test, and, therefore, be run in parallel Signed-off-by: Nicola Sella <nsella@redhat.com>
63e62c4
to
0cd044e
Compare
Signed-off-by: Nicola Sella <nsella@redhat.com>
0cd044e
to
7beb75b
Compare
No description provided.