Skip to content

Commit

Permalink
Merge pull request #6002 from balajialg/compss_214a
Browse files Browse the repository at this point in the history
Add shared-read-write directories in DataHub for COMPSS 214A course
  • Loading branch information
balajialg authored Aug 23, 2024
2 parents c9f9007 + f48595d commit c21db15
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,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

0 comments on commit c21db15

Please sign in to comment.