-
Notifications
You must be signed in to change notification settings - Fork 48
Conversation
#19) * remove swagger * migrate to go mod * better submit logic * move operator out * clean up rbac * organise codebase * use local kustomize and extend tests * fix delete error when job does not exist * adding tests for notebookspec * adding secret testing, add logging * adding sleep to allow more stable tests * add extra column and state * added shortnames (nbj)
delete path filter in pipeline yaml
Tests in
|
Above issue is resolved by adding DATABRICKS_HOST and DATABRICKS_TOKEN to the test environment. |
Currently tests are failing with the following error:
|
Looking into it now. This issue seems to be intermittent. |
Please update readme while I'm reviewing it |
Tests are now passing. We're going to add some utility binaries to the repository using git LFS. This will enable us to manage the binary versions more reliably, and enable us to run kustomize in the build pipeline. We need this to generate the |
It seems that LFS support in the pipeline is not enabled. @xtellurian can you please check the DevOps build? |
Feat/pure go
* update readme
Feat/kubebuilderv2
@xtellurian Now upgraded to use kubebuilder v2 and embedded Kubernetes API server. Now build time is reduced from 9+ minutes to 6+ minutes. We should be able to further reduce it as currently, we are testing outside the container but building inside the container, which should be made consistent and will also save time.
|
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.
@xinsnake great work!
Awesome work @xinsnake :) |
This PR is the main PR for the pure go work into master.
It includes: