-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[regression?] operator-courier 2.1.8 falsely(?) fails --ui_validate_io check #188
Comments
I'm seeing the same - I haven't changed the community metadata for my operator in a while - and just today when an unrelated PR got submitted and travis ran the CI tests, I get this:
See Kiali community metadata: https://github.com/operator-framework/community-operators/tree/master/community-operators/kiali/1.15.1 |
We are also facing this on CI on https://github.com/kubevirt/hyperconverged-cluster-operator |
FYI the workaround is to pin |
crd.spec.version got deprecated for crd.spec.versions but in this case we are going to access a list of dictionaries where the relevant value is in the name field. Fix also its test. Signed-off-by: Simone Tiraboschi [email protected] Fixes: operator-framework#188
crd.spec.version got deprecated for crd.spec.versions but in this case we are going to access a list of dictionaries where the relevant value is in the name field. Fix also its test. Signed-off-by: Simone Tiraboschi [email protected] Fixes: operator-framework#188
…erator-courier#188) Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
* Fix BZ 1856447 Fix error that if all the components are running, but not all of them are with the latest version, HCO reports "ready" but it should not. This fix make sure that HCO only set ready for successful upgrade, when all the operators are with the right version Signed-off-by: Nahshon Unna-Tsameret <[email protected]> * workarounf operator-courier issue #188 (operator-framework/operator-courier#188) Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
I believe the latest quay.io/operator-framework/operator-testing:latest has been updated with this version of operator-courier. We are facing the same issue in our CI: https://github.com/kiegroup/kogito-cloud-operator |
crd.spec.version got deprecated for crd.spec.versions but in this case we are going to access a list of dictionaries where the relevant value is in the name field. Fix all the validations on spec.versions and add additional validations. Fix also its test. Signed-off-by: Simone Tiraboschi [email protected] Fixes: operator-framework#188
crd.spec.version got deprecated for crd.spec.versions but in this case we are going to access a list of dictionaries where the relevant value is in the name field. Fix all the validations on spec.versions and add additional validations. Fix also its test. Signed-off-by: Simone Tiraboschi [email protected] Fixes: operator-framework#188
all of the sudden, not only 2.1.8, but also older versions (2.1.7 and 2.1.6) are failing on the stuff which was green in the past. |
operator-framework/operator-courier#188 is resolved. Signed-off-by: orenc1 <[email protected]>
* Bump CDI to v1.20.1 Signed-off-by: hco_bump_bot <[email protected]> * build-manifests.sh Signed-off-by: orenc1 <[email protected]> * remove pinning for operator-courier operator-framework/operator-courier#188 is resolved. Signed-off-by: orenc1 <[email protected]> Co-authored-by: GitHub <[email protected]> Co-authored-by: orenc1 <[email protected]>
My CI started failing today on the
operator-courier verify --ui_validate_io
check for my Ansible Operators (probably not related to Ansible).Version 2.1.7 does not result in a failure. When running 2.1.8 I get the following error on my checks:
CSVs are available here: https://github.com/infrawatch/service-telemetry-operator/tree/master/deploy/olm-catalog/service-telemetry-operator/1.0.2 (version 1.0.2 as an example).
Looking at what the error is telling me, it seems like everything is fine?
CSV --> spec --> CRD --> owned --> version == https://github.com/infrawatch/service-telemetry-operator/blob/master/deploy/olm-catalog/service-telemetry-operator/1.0.2/service-telemetry-operator.v1.0.2.clusterserviceversion.yaml#L93
CRD --> spec --> versions == https://github.com/infrawatch/service-telemetry-operator/blob/master/deploy/olm-catalog/service-telemetry-operator/1.0.2/infra.watch_servicetelemetrys_crd.yaml#L16-L19
The text was updated successfully, but these errors were encountered: