Skip to content

Exclude images on app.ci to workaround ComparisonError#76439

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
liangxia:appci-images
Mar 18, 2026
Merged

Exclude images on app.ci to workaround ComparisonError#76439
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
liangxia:appci-images

Conversation

@liangxia
Copy link
Member

@liangxia liangxia commented Mar 18, 2026

We have below error on app.ci in ArgoCD,

ComparisonError:
 Failed to load live state:
  failed to get cluster info for "https://api_url_of_appci:6443":
   error synchronizing cache state :
    failed to sync cluster https://api_url_of_appci:6443:
     failed to load initial state of resource Image.image.openshift.io:
      failed to list resources:
       The provided continue parameter is too old to display a consistent list result.
       You can start a new list without the continue parameter, or use the continue token in this response to retrieve the remainder of the results.
       Continuing with the provided token results in an inconsistent list - objects that were created, modified, or deleted between the time the first chunk was returned and now may show up in the list.;
ComparisonError:
 Failed to load target state:
  failed to get cluster version for cluster "https://api_url_of_appci:6443":
   failed to get cluster info for "https://api_url_of_appci:6443":
    error synchronizing cache state :
     failed to sync cluster https://api_url_of_appci:6443:
      failed to load initial state of resource Image.image.openshift.io:
       failed to list resources:
        The provided continue parameter is too old to display a consistent list result.
        You can start a new list without the continue parameter, or use the continue token in this response to retrieve the remainder of the results.
        Continuing with the provided token results in an inconsistent list - objects that were created, modified, or deleted between the time the first chunk was returned and now may show up in the list.

which is exactly the same issue as argoproj/argo-cd#6113
The issue can be reproduced with oc --context app.ci get image -A.
The root cause is too many image resources and API can not return the list in a reasonable time.

@openshift-ci openshift-ci bot requested review from Prucek and droslean March 18, 2026 06:31
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 18, 2026
@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Mar 18, 2026
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@liangxia: no rehearsable tests are affected by this change

Note: If this PR includes changes to step registry files (ci-operator/step-registry/) and you expected jobs to be found, try rebasing your PR onto the base branch. This helps pj-rehearse accurately detect changes when the base branch has moved forward.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 18, 2026

@liangxia: all tests passed!

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.

@liangxia
Copy link
Member Author

/cc @openshift/test-platform

@openshift-ci openshift-ci bot requested a review from a team March 18, 2026 06:42
@joepvd
Copy link
Contributor

joepvd commented Mar 18, 2026

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 18, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joepvd, liangxia

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-merge-bot openshift-merge-bot bot merged commit d0080ba into openshift:main Mar 18, 2026
22 checks passed
@liangxia liangxia deleted the appci-images branch March 18, 2026 08:11
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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants