Skip to content

Commit 3daea4c

Browse files
authored
Autogenerated default notebook disable workspace volume (#328)
* Set NoWorkspace to true * Change FF to Edge
1 parent 90ae674 commit 3daea4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/jupyter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:prod": "ng test --browsers=ChromeHeadless --watch=false",
2121
"ui-test": "cypress open . --e2e",
2222
"ui-test-ci": "cypress run . --e2e",
23-
"ui-test-ci-all": "cypress run . --e2e --browser=chrome && cypress run . --e2e --browser=firefox",
23+
"ui-test-ci-all": "cypress run . --e2e --browser=chrome && cypress run . --e2e --browser=edge",
2424
"lint-check": "ng lint",
2525
"lint": "ng lint --fix",
2626
"build:test": "ng build --configuration production --localize"

notebooks.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ func (s *server) createDefaultNotebook(namespace string, notebookNames []string,
603603
Quantity: s.Config.SpawnerFormDefaults.GPUs.Value.Num,
604604
Vendor: s.Config.SpawnerFormDefaults.GPUs.Value.Vendor,
605605
},
606-
NoWorkspace: false,
606+
NoWorkspace: true,
607607
Workspace: workspaceVol,
608608
DataVolumes: datavols,
609609
EnableSharedMemory: s.Config.SpawnerFormDefaults.Shm.Value,

0 commit comments

Comments
 (0)