-
Notifications
You must be signed in to change notification settings - Fork 80
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
inventory file update : jdk or oathtool #4348
base: main
Are you sure you want to change the base?
Conversation
5d2d385
to
f1f7013
Compare
f1f7013
to
a214d01
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
a214d01
to
201c3d7
Compare
/gtm |
/lgtm |
tests/rgw/sanity_rgw.py
Outdated
pkgs = " ".join(extra_pkgs) | ||
package_path = "/root/rgw_rpms" | ||
for pkg in extra_pkgs: | ||
pkgs_str = f"{package_path}/{pkg}.rpm" |
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.
This would have only the last package. I think you want to do
pkgs_str += "{package_path/{pkg}.rpm "
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.
pkgs_str = " ".join([ f"/root/rgw_rpms/{pkg}.rpm" for pkg in extra_pkgs])
/lgtm cancel |
Signed-off-by: Reddem Manisha <[email protected]>
201c3d7
to
4314975
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 NOT APPROVED This pull-request has been approved by: manisha-reddem, psathyan The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Centralize package versions (e.g., JDK, oathtool) in an inventory to simplify updates across suites.
log: http://magna002.ceph.redhat.com/ceph-qe-logs/mreddem/cephci-run-BLWG2P/Test_BucketNotification_with_users_in_same_tenant_and_different_tenant_0.log - for jdk package
log: http://magna002.ceph.redhat.com/ceph-qe-logs/mreddem/cephci-run-IP5QZM/multipart_versioned_object_deletion_with_mfa_token_0.log - for oathtool package
issue: https://issues.redhat.com/browse/RHCEPHQE-16965