Closed bertinatto closed 15 hours ago
Hello @bertinatto! Some important instructions when contributing to openshift/api: API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.
You may re-number as you wish, but I think the default is 80, so moving 50 to 80 is probably bad.
/lgtm /approve
@bertinatto: 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/okd-scos-e2e-aws-ovn | 15f57180903f8c9728d0a57eb0296d6b8b4545b5 | link | false | /test okd-scos-e2e-aws-ovn |
Full PR test history. Your PR dashboard.
Looks better now, schema checker error is not fixable
/lgtm /override ci/prow/verify-crd-schema-checker
Does this need the ack critical fixes label?
@JoelSpeed: /override requires failed status contexts, check run or a prowjob name to operate on. The following unknown contexts/checkruns were given:
ci/prow/verify-crd-schema-checker
Only the following failed contexts/checkruns were expected:
ci/prow/build
ci/prow/e2e-aws-ovn
ci/prow/e2e-aws-ovn-hypershift
ci/prow/e2e-aws-ovn-techpreview
ci/prow/e2e-aws-serial
ci/prow/e2e-aws-serial-techpreview
ci/prow/e2e-azure
ci/prow/e2e-gcp
ci/prow/e2e-upgrade
ci/prow/images
ci/prow/integration
ci/prow/minor-e2e-upgrade-minor
ci/prow/minor-images
ci/prow/okd-scos-e2e-aws-ovn
ci/prow/unit
ci/prow/verify
ci/prow/verify-client-go
ci/prow/verify-crd-schema
ci/prow/verify-deps
pull-ci-openshift-api-master-build
pull-ci-openshift-api-master-e2e-aws-ovn
pull-ci-openshift-api-master-e2e-aws-ovn-hypershift
pull-ci-openshift-api-master-e2e-aws-ovn-techpreview
pull-ci-openshift-api-master-e2e-aws-serial
pull-ci-openshift-api-master-e2e-aws-serial-techpreview
pull-ci-openshift-api-master-e2e-azure
pull-ci-openshift-api-master-e2e-gcp
pull-ci-openshift-api-master-e2e-upgrade
pull-ci-openshift-api-master-images
pull-ci-openshift-api-master-integration
pull-ci-openshift-api-master-minor-e2e-upgrade-minor
pull-ci-openshift-api-master-minor-images
pull-ci-openshift-api-master-okd-scos-e2e-aws-ovn
pull-ci-openshift-api-master-unit
pull-ci-openshift-api-master-verify
pull-ci-openshift-api-master-verify-client-go
pull-ci-openshift-api-master-verify-crd-schema
pull-ci-openshift-api-master-verify-deps
tide
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: bertinatto, deads2k, JoelSpeed, wking
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Looks better now, schema checker error is not fixable
/lgtm /override ci/prow/verify-crd-schema-checker
Does this need the ack critical fixes label?
Adding the label, as this can fix an issue that has been blocking the Storage team:
/label acknowledge-critical-fixes-only
/override ci/prow/verify-crd-schema
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify-crd-schema
/retest-required
Remaining retests: 0 against base HEAD caf97963ed302881f01e67b791ae4efc6bcf723c and 2 for PR HEAD 15f57180903f8c9728d0a57eb0296d6b8b4545b5 in total
This indeed appears to fix the issue. I made a build from this PR and upgraded from 4.17 and operator logs appeared to be calm.
[ART PR BUILD NOTIFIER]
Distgit: ose-cluster-config-api This PR has been included in build ose-cluster-config-api-container-v4.19.0-202411211638.p0.gec9bf3f.assembly.stream.el9. All builds following this will include this PR.
This ensures that CRD updates are applied earlier during a cluster upgrade process. This prevents CSI operators from accessing new/updated fields of the CR before the corresponding CRDs been updated.
CC @openshift/storage