Skip to content

Conversation

@gkurz
Copy link
Member

@gkurz gkurz commented Nov 19, 2025

Our pipeline is currently failing to create test catalogs. It appears to be looping on :

jq: error (at :1): Cannot iterate over null (null)
jq: error (at :1): Cannot iterate over null (null)
jq: error (at :1): Cannot iterate over null (null)
jq: error (at :1): Cannot iterate over null (null)
jq: error (at :1): Cannot iterate over null (null)

This comes from a ininite loop when trying to generate the changelog. Leverage .has_additional from the quay.io to break out the loop.

Our pipeline is currently failing to create test catalogs. It
appears to be looping on :

  jq: error (at <stdin>:1): Cannot iterate over null (null)
  jq: error (at <stdin>:1): Cannot iterate over null (null)
  jq: error (at <stdin>:1): Cannot iterate over null (null)
  jq: error (at <stdin>:1): Cannot iterate over null (null)
  jq: error (at <stdin>:1): Cannot iterate over null (null)

This comes from a ininite loop when trying to generate the
changelog. Leverage `.has_additional` from the quay.io to
break out the loop.

Signed-off-by: Greg Kurz <[email protected]>
@gkurz gkurz requested a review from littlejawa November 19, 2025 12:50
@openshift-ci openshift-ci bot requested review from jensfr and pmores November 19, 2025 12:51
"osc-operator" | "osc-must-gather" | "osc-podvm-builder")
echo "https://github.com/openshift/sandboxed-containers-operator"
;;
"osc-caa" | "osc-caa-webhook" | "osc-podvm-payload")
Copy link
Contributor

Choose a reason for hiding this comment

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

I see another problem in the log for this PR's build :

Suggested change
"osc-cloud-api-adaptor" | "osc-cloud-api-adaptor-webhook" | "osc-podvm-payload")

gkurz added a commit to gkurz/sandboxed-containers-operator that referenced this pull request Nov 19, 2025
The `changelog.sh` script has some bugs (see openshift#1381) that cause
the pipeline to fail. This results in no new test catalogs.

Temporarily disable the changelog generation to unblock the
release effort.

Signed-off-by: Greg Kurz <[email protected]>
@littlejawa
Copy link
Contributor

For future debugging: the error shows up because of this commit 58a821a
The script compares old image reference to new image reference, assuming only one image change per commit.
58a821a adds 3 new images that didn't exist before, and therefore have nothing to compare to...
Some more work is needed to get the script to work properly in this case.

gkurz added a commit to gkurz/sandboxed-containers-operator that referenced this pull request Nov 19, 2025
The `changelog.sh` script has some bugs (see openshift#1381) that cause
the pipeline to fail. This results in no new test catalogs.

Temporarily disable the changelog generation to unblock the
release effort.

Signed-off-by: Greg Kurz <[email protected]>
@openshift-ci
Copy link

openshift-ci bot commented Nov 19, 2025

@gkurz: all tests passed!

Full PR test history. Your PR dashboard.

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants