-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add CI to cluster-api-provider-baremetal #3055
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
Add CI to cluster-api-provider-baremetal #3055
Conversation
a9430e7 to
aafc9cd
Compare
b67902b to
e256458
Compare
|
/test pj-rehearse |
e256458 to
4da76e8
Compare
|
@vrutkovs: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
4da76e8 to
a8f9dfe
Compare
|
/cc @stevekuznetsov |
|
What's up? Your test would fail |
|
Right, unittests expect a) kustomize b) proper control plane to pass, so these are not yet included - we'll add proper e2e later on |
|
So you want to add a blocking presubmit that doesn't work to the repo? Won't that make it impossible to merge into it? Ican appove but that seems like the opposite of what you usually want lol |
|
It does work, it just won't run unittests and e2e yet. The main goal is to have this image included in the release payload to unblock failures in openshift/machine-api-operator#235 |
|
But isn't the unit test going to be blocking? lol I don't really mind but I imagine devs won't be too happy /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stevekuznetsov, vrutkovs 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 |
|
@vrutkovs: Updated the following 3 configmaps:
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. |
This PR would ensure images for Openshift CI are built and tested. Verified e2e tests work on ci-stg namespace
TODO:
Merge Change cluster-api-provider-baremetal repo path cluster-api-provider-baremetal#3 to fix unittestsAvoid building kustomize in unittests cluster-api-provider-baremetal#4 to avoid generating kustomize manifestsThis doesn't run unittest or e2e tests yet - these will be added later
Fixes metal3-io/cluster-api-provider-baremetal#15
Required to unblock openshift/machine-api-operator#235