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

Update dell-hwmgr adaptor to align with NodePool CRD changes #28

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

donpenney
Copy link
Collaborator

No description provided.

@openshift-ci openshift-ci bot requested a review from alegacy November 19, 2024 23:07
Copy link

openshift-ci bot commented Nov 19, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from donpenney. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@donpenney donpenney requested review from tliu2021 and removed request for alegacy November 19, 2024 23:08
Copy link

openshift-ci bot commented Nov 19, 2024

@donpenney: The following tests 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/images da04bc2 link true /test images
ci/prow/ci-bundle-operator-bundle da04bc2 link true /test ci-bundle-operator-bundle
ci/prow/ci-job da04bc2 link true /test ci-job

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

return fmt.Errorf("nodepool %s invalid: Expected 2 entries in .spec.nodeGroup, got %d", nodepool.Name, len(nodepool.Spec.NodeGroup))
resourceTypeId := utils.GetResourceTypeId(nodepool)
if resourceTypeId == "" {
return fmt.Errorf("nodepool %s is missing resourceTypeId in spec", nodepool.Name)
Copy link
Member

Choose a reason for hiding this comment

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

nit: we could use the const utils.ResourceTypeIdKey in error print in case key name changes in the future.

@tliu2021
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 20, 2024
@donpenney donpenney merged commit 70d3d5b into openshift-kni:main Nov 20, 2024
4 of 8 checks passed
@donpenney donpenney deleted the dell-crd-update branch December 6, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants