fix invalid JUPYTER_VERSION in CanarieAPI config #714
Merged
Conversation
Collaborator
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/4328/Result ❌ FAILUREBIRDHOUSE_DEPLOY_BRANCH : fix-jupyter-env DACCS_IAC_BRANCH : master DACCS_CONFIGS_BRANCH : master PAVICS_E2E_WORKFLOW_TESTS_BRANCH : master PAVICS_SDI_BRANCH : master DESTROY_INFRA_ON_EXIT : true PAVICS_HOST : https://host-140-118.rdext.crim.ca PAVICS-e2e-workflow-tests Pipeline ResultsTests URL : http://daccs-jenkins.crim.ca:80/job/PAVICS-e2e-workflow-tests/job/master/850/NOTEBOOK TEST RESULTS |
mishaschwartz
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
JUPYTER_VERSIONwas used instead of the availableJUPYTERHUB_VERSIONvariable.Note
There are actually quite a few other misnamed
JUPYTER_variables (not matching thejupyterhubnaming convention. However, I left them as it to avoid introducing breaking changes / need to apply backward compat mappings since they are also referenced byjupyter_...names in Python scripts.If this is desired (probably should for consistency/avoid confusion, but not breaking), it can be done in a more substential follow-up PR.
Changes
Non-breaking changes
JUPYTER_VERSIONinstead ofJUPYTERHUB_VERSIONin CanarieAPI configuration.Breaking changes
Related Issue / Discussion
CI Operations
birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false