From 4441522b8e05b097a6886e1fc6bb33137501fab5 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 31 May 2024 15:16:08 -0700 Subject: [PATCH 1/3] bump hubploy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 024eec7cf..b9af8e329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # allow for base image specification in hubploy.yaml -git+https://github.com/berkeley-dsep-infra/hubploy.git@9cff64d3d2294085896de54f97dfa8bef9034159 +git+https://github.com/berkeley-dsep-infra/hubploy.git@89199c76c92bcb9a035a6ed685a6e2538f0cabe2 pygithub pyrsistent==0.19.3 attrs==23.1.0 From 60de1fd6e0940d087300e19cdda19ef94c81bbb5 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 31 May 2024 15:32:40 -0700 Subject: [PATCH 2/3] Increase RAM to 3 GB for extension testing purposes --- deployments/a11y/config/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/a11y/config/common.yaml b/deployments/a11y/config/common.yaml index dedbd1dd7..f368e5284 100644 --- a/deployments/a11y/config/common.yaml +++ b/deployments/a11y/config/common.yaml @@ -53,5 +53,5 @@ jupyterhub: pvcName: home-nfs-v3 subPath: "{username}" memory: - guarantee: 512M - limit: 1G + guarantee: 3G + limit: 3G From 70051bb735690a6105b18169598d8b451bb80aff Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 3 Jun 2024 12:55:35 -0700 Subject: [PATCH 3/3] hopefully unstick our deploys --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9af8e329..79bd808f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,6 @@ chartpress jupyter-repo2docker==2024.3.0 myst-parser chardet -requests==2.31.0 +# requests==2.31.0 +requests<2.29.0 +urllib3<2.0