Skip to content

Conversation

@adobes1
Copy link
Contributor

@adobes1 adobes1 commented Oct 10, 2025

When asked a question related to RPMs in an image, release or a stream, art-bot will now first look through BigQuery for Konflux builds, and only if it doesn't find anything will it fall back looking at Brew build records.

Mainly affects the following queries:

  • Which rpms are in <release>
  • Where in <X.Y> is the <rpm or package name> package/rpm used
  • What kernel is used in <release>

Requires openshift-eng/art-tools#2074

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Oct 10, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Oct 10, 2025

@adobes1: This pull request references ART-14031 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set.

Details

In response to this:

When asked a question relating to RPMs in an image, release or a stream, art-bot will now first look through BigQuery for Konflux builds, and only if it doesn't find anything will it fall back looking at Brew build records.

Mainly affects the following queries:

  • Which rpms are in <release>
  • Where in <X.Y> is the <rpm or package name> package/rpm used
  • What kernel is used in <release>

Requires openshift-eng/art-tools#2074

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Oct 14, 2025

@adobes1: This pull request references ART-14031 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set.

Details

In response to this:

When asked a question related to RPMs in an image, release or a stream, art-bot will now first look through BigQuery for Konflux builds, and only if it doesn't find anything will it fall back looking at Brew build records.

Mainly affects the following queries:

  • Which rpms are in <release>
  • Where in <X.Y> is the <rpm or package name> package/rpm used
  • What kernel is used in <release>

Requires openshift-eng/art-tools#2074

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@adobes1 adobes1 requested review from joepvd and locriandev October 16, 2025 07:35
so.say(f"Sorry, I couldn't find image {nvr} RPMs: {e}")
return

so.snippet(payload='\n'.join(sorted(components)),
Copy link
Contributor

Choose a reason for hiding this comment

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

This could be improved with something like

if components:
    so.snippet(payload='\n'.join(sorted(components)),
    ...
else:  # no RPMs are used in the build
    so.say(f'build {nvr} does not include any RPM')

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you, addressed in 1215292

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 24, 2025

@adobes1: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security 1215292 link false /test security

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor

@locriandev locriandev 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 Indicates that a PR is ready to be merged. label Oct 27, 2025
@joepvd
Copy link
Contributor

joepvd commented Oct 31, 2025

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 31, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joepvd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 31, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit bf00afd into openshift-eng:master Oct 31, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants