-
Notifications
You must be signed in to change notification settings - Fork 7
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
upgrade Finch to 0.8.0 #231
Conversation
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/817/Result : failure BIRDHOUSE_DEPLOY_BRANCH : finch-v0.8.0 DACCS_CONFIGS_BRANCH : master PAVICS_E2E_WORKFLOW_TESTS_BRANCH : master PAVICS_SDI_BRANCH : master DESTROY_INFRA_ON_EXIT : true PAVICS_HOST : https://host-140-8.rdext.crim.ca PAVICS-e2e-workflow-tests Pipeline ResultsTests URL : http://daccs-jenkins.crim.ca:80/job/PAVICS-e2e-workflow-tests/job/master/697/NOTEBOOK TEST RESULTS |
@tlogan2000 You've asked to keep PAVICS unchanged before your demo in a week. Are you only using xclim in the Jupyter env or you'll also use Finch. If yes, do you want to audit this Finch upgrade? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
climex, forecasts and subset-user-input notebook failure fixed in PR Ouranosinc/pavics-sdi#244. The weaver one is a known failure.
PR good to go. Don't forget the usual release note update, bump version process and tagging after merge.
I'd also wait for an OK from Travis. He has requested for the env not to change for his upcoming demo.
run tests |
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/818/Result : failure BIRDHOUSE_DEPLOY_BRANCH : finch-v0.8.0 DACCS_CONFIGS_BRANCH : master PAVICS_E2E_WORKFLOW_TESTS_BRANCH : master PAVICS_SDI_BRANCH : master DESTROY_INFRA_ON_EXIT : true PAVICS_HOST : https://host-140-8.rdext.crim.ca PAVICS-e2e-workflow-tests Pipeline ResultsTests URL : http://daccs-jenkins.crim.ca:80/job/PAVICS-e2e-workflow-tests/job/master/698/NOTEBOOK TEST RESULTS |
Talked to @aulemahal this morning. He's thinking about releasing a newer Finch so maybe we don't merge this PR but wait for his newer Finch. Do we have a need for this Finch right now or it can wait. |
My main concern is allowing progress on the related issues outlined in the description. If you're not going to work on them before Pascal's next release, then the delay doesn't matter. |
Yes I have a few other things on my plate but I do not need a real go-live to be able to test the other related issues. |
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/826/Result : failure BIRDHOUSE_DEPLOY_BRANCH : finch-v0.8.0 DACCS_CONFIGS_BRANCH : master PAVICS_E2E_WORKFLOW_TESTS_BRANCH : master PAVICS_SDI_BRANCH : master DESTROY_INFRA_ON_EXIT : true PAVICS_HOST : https://host-140-91.rdext.crim.ca PAVICS-e2e-workflow-tests Pipeline ResultsTests URL : http://daccs-jenkins.crim.ca:80/job/PAVICS-e2e-workflow-tests/job/master/707/NOTEBOOK TEST RESULTS
|
I tested this new Finch with new wps config to create the different dirs: birdhouse-deploy/birdhouse/config/finch/wps.cfg.template Lines 2 to 8 in a4ba10e
Unfortunately I am getting the following errors:
Will diagnose and report further findings. |
Tried a notebook on Finch just in case the error about dir not created are false positive, confirmed the error about dir creation is real.
|
Closing. Superseded by #235 |
Overview
Please include a summary of the changes and which issues are fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.
Changes
Non-breaking changes
Breaking changes
Related Issue / Discussion
Should allow custom nested directories to be configured for outputs (see Finch and Raven not creating their wps_output under /bird_name #11 & Fix birds not creating their wps output under each bird name #203)
Corresponding notebook changes: Use catalog from prod and fix output url format change from Finch 0.8.0 Ouranosinc/pavics-sdi#244
Additional Information