Skip to content

ART-14304: Disable KonfluxDB cache when retrieving latest image builds#232

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift-eng:masterfrom
adobes1:disable-konflux-db-cache
Dec 2, 2025
Merged

ART-14304: Disable KonfluxDB cache when retrieving latest image builds#232
openshift-merge-bot[bot] merged 1 commit intoopenshift-eng:masterfrom
adobes1:disable-konflux-db-cache

Conversation

@adobes1
Copy link
Contributor

@adobes1 adobes1 commented Dec 2, 2025

art-bot crashes with OOM when retrieving latest build NVR of each image in a group. This is because KonfluxDB loads and caches build records from the last 30 days. art-bot already caches latest NVR of each image so it does not make sense to cache +-7000 build records instead of +-258 NVRs.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 2, 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 4bdff57 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.

@adobes1 adobes1 changed the title Disable KonfluxDB cache when retrieving latest image builds ART-14304: Disable KonfluxDB cache when retrieving latest image builds Dec 2, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Dec 2, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Dec 2, 2025

@adobes1: This pull request references ART-14304 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:

art-bot crashes with OOM when retrieving latest build NVR of each image in a group. This is because KonfluxDB loads and caches build records from the last 30 days. art-bot already caches latest NVR of each image so it does not make sense to cache +-7000 build records instead of +-258 NVRs.

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.

Copy link
Contributor

@vfreex vfreex 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 Dec 2, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 2, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vfreex

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 Dec 2, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 2bc1bd4 into openshift-eng:master Dec 2, 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.

3 participants