From e9003abfe7cafc0436b460aadf5baf20e5cee7cd Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Wed, 13 Nov 2024 10:41:35 -0800 Subject: [PATCH 1/4] Remove the CTA for shared directory name --- .github/ISSUE_TEMPLATE/shared_directories.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/shared_directories.yml b/.github/ISSUE_TEMPLATE/shared_directories.yml index af6384a85..b672428ca 100644 --- a/.github/ISSUE_TEMPLATE/shared_directories.yml +++ b/.github/ISSUE_TEMPLATE/shared_directories.yml @@ -1,4 +1,4 @@ -name: Setup Shared directories +name: Setup shared directories description: To store large datasets that can be read by student notebooks labels: "support" assignees: @@ -63,14 +63,6 @@ body: - other validations: required: true - - type: textarea - attributes: - label: Shared Directory Name - description: What should be the name of the shared and shared-readwrite directories? - value: | - - - validations: - required: true - type: textarea attributes: label: End Date From fe24a41dd35f551bbf5397687553411fa85a50f5 Mon Sep 17 00:00:00 2001 From: "Image Builder Bot[tm]" Date: Wed, 13 Nov 2024 19:52:45 +0000 Subject: [PATCH 2/4] update logodev image tag to 729fb9dc9373 --- deployments/logodev/hubploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/logodev/hubploy.yaml b/deployments/logodev/hubploy.yaml index d4fc3195f..3607707fd 100644 --- a/deployments/logodev/hubploy.yaml +++ b/deployments/logodev/hubploy.yaml @@ -1,7 +1,7 @@ images: images: # temporary update - - name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/logodev-user-image:bc7919aa9814 + - name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/logodev-user-image:729fb9dc9373 cluster: provider: gcloud From fb7e5c2e3488d47c22ec206b53ec8c24aa02c49c Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Wed, 13 Nov 2024 12:19:25 -0800 Subject: [PATCH 3/4] Increase RAM for IB 314L --- deployments/biology/config/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployments/biology/config/common.yaml b/deployments/biology/config/common.yaml index dfe1f1d50..6ee7d7173 100644 --- a/deployments/biology/config/common.yaml +++ b/deployments/biology/config/common.yaml @@ -61,10 +61,14 @@ jupyterhub: course::1524699::group::all-admins: mem_limit: 4096M mem_guarantee: 4096M + course::1537301: # MCELLBI 201B, https://github.com/berkeley-dsep-infra/datahub/issues/6385 mem_limit: 5120M mem_guarantee: 5120M + course::1536425: # IB 134L, https://github.com/berkeley-dsep-infra/datahub/issues/6481 + mem_limit: 8192M + mem_guarantee: 8192M # BioE C149, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6205 course::1537116::enrollment_type::teacher: From bced29bf7793b6422df1bc57bbd13cc1d509edbe Mon Sep 17 00:00:00 2001 From: "Image Builder Bot[tm]" Date: Wed, 13 Nov 2024 22:08:46 +0000 Subject: [PATCH 4/4] update a11y image tag to b3796e35c42c --- deployments/a11y/hubploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/a11y/hubploy.yaml b/deployments/a11y/hubploy.yaml index 16533ee60..0d471d0f3 100644 --- a/deployments/a11y/hubploy.yaml +++ b/deployments/a11y/hubploy.yaml @@ -1,6 +1,6 @@ images: images: - - name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image:9734acc88b90 + - name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/a11y-user-image:b3796e35c42c cluster: provider: gcloud