-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
✨ Add new CRD for FirmwareComponents Update #1501
✨ Add new CRD for FirmwareComponents Update #1501
Conversation
a0fa687
to
d89e8ad
Compare
/test-centos-e2e-integration-main |
/metal3-bmo-e2e-test |
1 similar comment
/metal3-bmo-e2e-test |
Oh you meant the action based e2e. I re-ran that as well, in progress right now. |
d89e8ad
to
9584a9b
Compare
Add a new CRD for the HostFirmwareComponents described in the Firmware Interface proposal - metal3-io/metal3-docs#364. Signed-off-by: Iury Gregory Melo Ferreira <imelofer@redhat.com>
9584a9b
to
7a29244
Compare
/test-centos-e2e-integration-main |
/test metal3-bmo-e2e-optional-test |
@iurygregory: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In 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. |
/test metal3-bmo-e2e-test-pull |
/test metal3-bmo-e2e-test-optional-pull |
/lgtm |
} | ||
|
||
// Check whether the updates's names are valid | ||
func (host *HostFirmwareComponents) ValidateHostFirmwareComponents() error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idea for a follow-up: move this to the driver level. Since this is, in fact, driver specific.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur 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 |
This PR adds a new CRD for the HostFirmwareComponents described in the Firmware Interface proposal - metal3-io/metal3-docs#364.