Uh oh!
There was an error while loading. Please reload this page.
OCPBUGS-83515: use internal shell image for catalog FBC curl Job - #792
OCPBUGS-83515: use internal shell image for catalog FBC curl Job#792haklein wants to merge 1 commit into
Conversation
buildCurlJob() pulled the external 445MB image registry.redhat.io/rhel8/httpd-24 to run one curl command. A slow pull (observed: 7m12s) exceeded the 5-minute test timeout although catalogd was healthy. image.ShellImage() resolves to the node-cached openshift/tools image with bash and curl. Fixes OCPBUGS-83515 Signed-off-by: Harald Klein <hklein@redhat.com>
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
openshift-ci-robot
commented
Aug 18, 2026
@haklein: This pull request references Jira Issue OCPBUGS-83515, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. WalkthroughThe catalog verification Job changes its ChangesCatalog verification Job
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk:⚪ Minimal · up to The catalog endpoint test Job now uses the node-cached internal shell image instead of a large external image, reducing pull-timeout risk while preserving curl behavior; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Hi @haklein. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: haklein The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
perdasilva
commented
Aug 19, 2026
/ok-to-test |
@haklein: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
This PR replaces the hardcoded image
registry.redhat.io/rhel8/httpd-24:latest(445MB) inbuildCurlJob()withimage.ShellImage(), the node-cachedopenshift/toolsimage. A slow pull could exceed the 5-minute test timeout. All six FBC endpoint specs (/v1/api/alland/v1/api/metasfor the three openshift catalogs) sharebuildCurlJob(), this change fixes all of them. No architectural changes.Testing
Fixes OCPBUGS-83515 (https://issues.redhat.com/browse/OCPBUGS-83515)
Summary by CodeRabbit