Skip to content
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

upgrade framework to v0.9.0 #731

Merged
merged 1 commit into from Apr 1, 2024

Conversation

haoqing0110
Copy link
Member

Signed-off-by: haoqing0110 <qhao@redhat.com>
@stolostron stolostron deleted a comment from sonarcloud bot Mar 29, 2024
@stolostron stolostron deleted a comment from openshift-ci bot Mar 29, 2024
@haoqing0110
Copy link
Member Author

/retest

@haoqing0110
Copy link
Member Author

/retest-required

Copy link

sonarcloud bot commented Apr 1, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

Copy link
Contributor

openshift-ci bot commented Apr 1, 2024

@haoqing0110: 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/sonar-pre-submit 9a41afd link true /test sonar-pre-submit

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/test-infra repository. I understand the commands that are listed here.

@haoqing0110
Copy link
Member Author

/assign @qiujian16

@qiujian16
Copy link
Collaborator

need some more ut, the gate fails

@qiujian16
Copy link
Collaborator

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm label Apr 1, 2024
Copy link
Contributor

openshift-ci bot commented Apr 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: haoqing0110, qiujian16

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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-ci openshift-ci bot added the approved label Apr 1, 2024
@@ -117,7 +117,7 @@ func (r *ClusterInfoReconciler) Reconcile(ctx context.Context, req ctrl.Request)

err = r.Client.Status().Update(ctx, newClusterInfo)
if err != nil {
klog.Error("Failed to update clusterInfo status. error %v", err)
klog.Error("Failed to update clusterInfo status. error %w", err)
Copy link
Member Author

Choose a reason for hiding this comment

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

The "SonarCloud Code Analysis" points to this line as 0 coverage on new code, can we just force merge this PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

@haoqing0110 haoqing0110 merged commit b5c244e into stolostron:main Apr 1, 2024
8 of 11 checks passed
@haoqing0110 haoqing0110 deleted the br_upgarde-frameowkr branch April 1, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants