Closed jiridanek closed 2 months ago
/lgtm
As per @thesuperzapper 's suggestion, I put in explicit kind version. Here's the CI running https://github.com/jiridanek/notebooks-v2/actions/runs/9602645980/job/26483942380
@jiridanek now that we have actual end-to-end tests (added in https://github.com/kubeflow/notebooks/pull/30), I have rebased this PR and cleaned it up a little in https://github.com/kubeflow/notebooks/pull/11/commits/3e8beea2bc92c46064ad22c84744ef51a7fb0e78 and https://github.com/kubeflow/notebooks/pull/11/commits/74089217f7eae491e1120c6bb1db03ea05d77f36.
We should be good to merge now, so that tests run automatically on every PR for the controller.
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ederign, thesuperzapper
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This is something that works differently in new Kubebuilder, compared to what's in kubeflow/kubeflow notebook controller.
Previously, what they called e2e tests was running in envtest, but currently they expect to run in externally-provided kind. So, let's run this on CI as well, so we don't have dead code.