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

Update hub image again #1856

Merged
merged 4 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions deployer/tests/test_hub_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ async def check_hub_health(hub_url, test_notebook_path, service_api_token):
# This is because we would have lost its api token from the previous run.
await hub.delete_user(username)

# Temporary fix for https://github.com/2i2c-org/infrastructure/issues/1611
# FIXME: Remove this once https://github.com/jupyterhub/kubespawner/pull/631 gets merged
user_options = None
if ("openscapes" in hub_url) or ("carbonplan" in hub_url):
user_options = {"profile": "small", "image": "python"}
# Create a new user, start a server and execute a notebook
await execute_notebook(
hub_url,
Expand All @@ -57,7 +52,6 @@ async def check_hub_health(hub_url, test_notebook_path, service_api_token):
delete_user=False, # To be able to delete its server in case of failure
stop_server=True, # If the health check succeeds, this will delete the server
validate=False, # Don't validate notebook outputs. We only care that it runs top-to-bottom without error.
user_options=user_options,
)
finally:
if orig_service_token:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jupyterhub:
admin: true
image:
name: quay.io/2i2c/pilot-hub
tag: "0.0.1-n4340.ha8608773"
tag: "0.0.1-n4378.h27667b54"
nodeSelector:
hub.jupyter.org/node-purpose: core
networkPolicy:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/images/hub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oauthenticator==15.1.0
git+https://github.com/yuvipanda/jupyterhub-configurator@ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db
# Reference https://github.com/2i2c-org/infrastructure/issues/1825
git+https://github.com/jupyterhub/kubespawner@fa19acdbb056c8d105baab13bbaa2b8b59dfa962
git+https://github.com/jupyterhub/kubespawner@a666d22609f0acd2db4bd3dd62472f9fb82867a0