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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 Fixes log messages #1555

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

MeenuyD
Copy link

@MeenuyD MeenuyD commented Mar 20, 2024

Unify the log messages to make consistency in the code.
Fixes #1550

@metal3-io-bot
Copy link
Contributor

[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 assign furkatgofurov7 for approval. 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

@metal3-io-bot metal3-io-bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 20, 2024
@metal3-io-bot
Copy link
Contributor

Hi @MeenuyD. Thanks for your PR.

I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@metal3-io-bot metal3-io-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 20, 2024
@Sunnatillo
Copy link
Member

/ok-to-test

@metal3-io-bot metal3-io-bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 20, 2024
@lentzi90
Copy link
Member

Hi and thank you for the PR!
Could you fix all the points in the issue?
There was one for writing NIC in capital letters also here

return "", errors.New("Nics list not populated")
}
for _, nics := range bmh.Status.HardwareDetails.NIC {
if nics.Name == name {
return nics.MAC, nil
}
}
return "", fmt.Errorf("nic name not found %v", name)

Copy link
Member

@Sunnatillo Sunnatillo left a comment

Choose a reason for hiding this comment

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

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 21, 2024
@Sunnatillo
Copy link
Member

Hi and thank you for the PR! Could you fix all the points in the issue? There was one for writing NIC in capital letters also here

return "", errors.New("Nics list not populated")
}
for _, nics := range bmh.Status.HardwareDetails.NIC {
if nics.Name == name {
return nics.MAC, nil
}
}
return "", fmt.Errorf("nic name not found %v", name)

I did not see your comments.

/lgtm cancel

@metal3-io-bot metal3-io-bot removed the lgtm Indicates that a PR is ready to be merged. label Mar 21, 2024
@Sunnatillo
Copy link
Member

Can you squash your commits, please?

Signed-off-by: MeenuyD <[email protected]>
Signed-off-by: MeenuyD <[email protected]>
@adilGhaffarDev
Copy link
Member

/test-e2e-upgrade-main running to test the trigger

@lentzi90
Copy link
Member

@MeenuyD Please squash the commits and fix the last comment (write NIC with capital letters). Then I think we can merge this 馃檪

@metal3-io-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues will close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@metal3-io-bot metal3-io-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 26, 2024
@Rozzii
Copy link
Member

Rozzii commented Jun 28, 2024

/remove-lifecycle stale
/lifecycle frozen

@metal3-io-bot metal3-io-bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 28, 2024
@metal3-io-bot
Copy link
Contributor

@Rozzii: The lifecycle/frozen label cannot be applied to Pull Requests.

In response to this:

/remove-lifecycle stale
/lifecycle frozen

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.

@Rozzii
Copy link
Member

Rozzii commented Jun 28, 2024

/cc @adilGhaffarDev
Just to have 2 reviewer, btw we can take over this wdyt @adilGhaffarDev @Sunnatillo ? this was inactive for 90 days

@Rozzii Rozzii added this to the 1.8.0 milestone Jun 28, 2024
@Sunnatillo
Copy link
Member

/cc @adilGhaffarDev Just to have 2 reviewer, btw we can take over this wdyt @adilGhaffarDev @Sunnatillo ? this was inactive for 90 days

Agree. We should take over

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
Status: CAPM3 on hold / blocked
Development

Successfully merging this pull request may close these issues.

Unify/fix log messages
6 participants