Skip to content

Conversation

@stuggi
Copy link
Contributor

@stuggi stuggi commented Feb 10, 2026

Add detailed error output when SHA cannot be found for a bundle image. This helps debug issues like local path replacements being processed as bundles.

Error output now includes:

  • MOD_PATH: The go module path being processed

  • BASE: The extracted operator base name

  • REF: The git reference/version

  • REPO_URL: The repository URL being queried

  • REPO_CURL_URL: The API URL used for queries

  • Bundle: The full bundle image reference attempted

    Example output when failing:

      ERROR: Failed to find bundle image SHA for:
        MOD_PATH: ./api
        BASE: api
        REF: 00010101000000-000000000000
        REPO_URL: quay.io/openstack-k8s-operators
        REPO_CURL_URL: https://quay.io/api/v1/repository/./api
        Bundle: quay.io/openstack-k8s-operators/api-operator-bundle:...

Add detailed error output when SHA cannot be found for a bundle image.
This helps debug issues like local path replacements being processed
as bundles.

Error output now includes:
- MOD_PATH: The go module path being processed
- BASE: The extracted operator base name
- REF: The git reference/version
- REPO_URL: The repository URL being queried
- REPO_CURL_URL: The API URL used for queries
- Bundle: The full bundle image reference attempted

Example output when failing:
  ERROR: Failed to find bundle image SHA for:
    MOD_PATH: ./api
    BASE: api
    REF: 00010101000000-000000000000
    REPO_URL: quay.io/openstack-k8s-operators
    REPO_CURL_URL: https://quay.io/api/v1/repository/./api
    Bundle: quay.io/openstack-k8s-operators/api-operator-bundle:...

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
@openshift-ci openshift-ci bot requested review from abays and rebtoor February 10, 2026 14:06
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 10, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: stuggi

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

@stuggi stuggi requested review from dprince and removed request for rebtoor February 10, 2026 14:06
@stuggi
Copy link
Contributor Author

stuggi commented Feb 10, 2026

/retest

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 10, 2026

@stuggi: 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/openstack-operator-build-deploy-kuttl-4-18 d682ea7 link true /test openstack-operator-build-deploy-kuttl-4-18

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant