-
Notifications
You must be signed in to change notification settings - Fork 11
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
test(ws): add e2e tests #30
Conversation
Now the unit tests are failing because I removed the validation that prevented the WorkspaceKind fields |
Signed-off-by: Adem Baccara <71262172+Adembc@users.noreply.github.com>
a7f0b40
to
a8cac27
Compare
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
@Adembc I have done the following changes in 16886ce
|
@Adembc thanks for your work on this! We can do follow ups in future PRs. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: thesuperzapper 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 makes the following changes to the workspace controller:
+kubebuilder:validation:XValidation:rule="self == oldSelf"
annotations for image config and pod config.NB_PREFIX
value from "juptyerlab" to "jupyterlab".default-editor
service account and delete it after testing.home
PVC anddata
PVC, and delete them afterwards.WorkspaceKind
samples.Workspace
samples.NB_PREFIX
environment variable.