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

inventory file update : jdk or oathtool #4348

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

manisha-reddem
Copy link

@manisha-reddem manisha-reddem commented Jan 3, 2025

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

  • Create a test case in Polarion reviewed and approved.
  • Create a design/automation approach doc. Optional for tests with similar tests already automated.
  • Review the automation design
  • Implement the test script and perform test runs
  • Submit PR for code review and approve
  • Update Polarion Test with Automation script details and update automation fields
  • If automation is part of Close loop, update BZ flag qe-test_coverage “+” and link Polarion test

tests/rgw/sanity_rgw.py Outdated Show resolved Hide resolved
@anrao19 anrao19 requested a review from a team January 7, 2025 10:20
@manisha-reddem manisha-reddem added DNM Do Not Merge RGW Rados Gateway and removed DNM Do Not Merge labels Jan 7, 2025
Copy link
Contributor

@psathyan psathyan left a comment

Choose a reason for hiding this comment

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

/lgtm

conf/inventory/rgw_inventory.yaml Outdated Show resolved Hide resolved
@openshift-ci openshift-ci bot added the lgtm Add this label when the PR is good to be merged label Jan 19, 2025
@psathyan psathyan dismissed their stale review January 19, 2025 04:22

Latest changes are good.

@openshift-ci openshift-ci bot removed the lgtm Add this label when the PR is good to be merged label Jan 22, 2025
@psathyan
Copy link
Contributor

/gtm

@psathyan
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Add this label when the PR is good to be merged label Jan 24, 2025
pkgs = " ".join(extra_pkgs)
package_path = "/root/rgw_rpms"
for pkg in extra_pkgs:
pkgs_str = f"{package_path}/{pkg}.rpm"
Copy link
Contributor

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 "

Copy link
Contributor

@psathyan psathyan Jan 24, 2025

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])

@psathyan
Copy link
Contributor

/lgtm cancel

@openshift-ci openshift-ci bot removed the lgtm Add this label when the PR is good to be merged label Jan 24, 2025
Copy link
Contributor

@psathyan psathyan left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Add this label when the PR is good to be merged label Jan 24, 2025
Copy link
Contributor

openshift-ci bot commented Jan 24, 2025

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Add this label when the PR is good to be merged RGW Rados Gateway
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants