Skip to content
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 shared-read-write directories in DataHub for COMPSS 214A course #6002

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,24 @@ jupyterhub:
subPath: _shared/course/mba-247
readOnly: true

# COMPSS 214A, Fall 2024, https://jira-secure.berkeley.edu/browse/DH-311
course::1538139::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/compss-214a-readwrite
subPath: _shared/course/compss-214a
course::1538139::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/compss-214a-readwrite
subPath: _shared/course/compss-214a
course::1538139::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/compss-214a
subPath: _shared/course/compss-214a
readOnly: true

course::1534506: # Demog Data Event, April 1 - Sep 30, https://github.com/berkeley-dsep-infra/datahub/issues/5643
mem_limit: 8192M
mem_guarantee: 8192M
Expand Down
Loading