Bug 2033536: OpenShift Api update to fix Alibaba CRD validation#2884
Bug 2033536: OpenShift Api update to fix Alibaba CRD validation#2884openshift-merge-robot merged 3 commits intoopenshift:masterfrom
Conversation
|
@kwoodson: This pull request references Bugzilla bug 2033536, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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/test-infra repository. |
There was a problem hiding this comment.
we need to check if it will not be replaced by auto-generated code or need to update here: https://github.com/openshift/machine-config-operator/blob/master/pkg/operator/assets/bindata.go#L586
|
Retested latest changes. Everything looks healthy: |
|
/retest |
|
/retest-required |
|
/Lgtm FYI using slack app "cluster-bot" to "build #2884,openshift/cluster-image-registry-operator#724", we can get successful IPI installation on Alibabacloud (with "credentialsMode: Manual"): |
|
Just an FYI, there is an open PR to update Kube and other libs to 1.23 #2880 and move to go 1.17. |
|
@sinnykumari Thanks, is it possible that #2880 could update to the latest openshift/API commit? We would like to include a recent change to the kubebuilder validation of a field? This commit openshift/api@8779abf is one we would like to include. |
|
I believe the tests are failing because we need the CI images to move to golang 1.17. I have opened a PR here openshift/release#24783 |
|
/retest |
|
/test unit |
|
/test bootstrap-unit |
|
|
|
|
|
@kwoodson Sorry for the confusion, please ignore my previous comments. |
|
You may need to run |
|
this upgrade job is just a mess today :( /test e2e-agnostic-upgrade |
That's currently considered a symptom of rhbz#2025967, so should be unrelated to this PR and safe to |
|
LGTM |
|
adding lgtm to get required fix in. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jianli-wei, kikisdeliveryservice, kwoodson, sinnykumari The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
Since agnostic upgrade runs on Azure which is known to be failing due to multiple issues. Checking the upgrade status on gcp |
|
IT PASSED!! 🎆 |
|
/skip |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/skip |
|
UGH now we got a flake in e2e-aws, which already passed 2 times recently.. one more time.. /retest-required |
|
Ok all required tests have now passed! Now please please just merge bot... Add: Nooo. |
|
@kikisdeliveryservice Hmmm. I think something is off. The tide summary doesn't look encouraging. It says its still testing |
Yeah, we got unlucky bc tide does sometimes do spontaneous retests. I'm going to let them finish, then take it from there. This should merge today. 👍 |
|
Given that the upgrade job just passed in a previous run and the current run hit a known bug Overriding the upgrade test to unblock the the urgent BZ this pr addresses. /override ci/prow/e2e-agnostic-upgrade |
|
@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-agnostic-upgrade DetailsIn response to this:
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/test-infra repository. |
|
@kwoodson: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
@kwoodson: All pull requests linked via external trackers have merged: Bugzilla bug 2033536 has been moved to the MODIFIED state. DetailsIn response to this:
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/test-infra repository. |
Fixes Bug 2033536
- What I did
Updated the latest vendor to openshift/api.
Updated the Dockerfile, Dockerfile.rhel7 to go1.17 to fix compiling issues
Updated CRD to fix validation
- How to verify it
Install using an Alibaba cluster
- Description for the changelog
OpenShift API updates to fix Alibaba resourceGroupID CRD validation
Also requires openshift/cluster-config-operator/pull/229