-
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
re-enable caching feature of twitcher #188
Conversation
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/594/Result : failure BIRDHOUSE_DEPLOY_BRANCH : cache-setting-on 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/521/NOTEBOOK TEST RESULTS |
run tests |
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/595/Result : failure BIRDHOUSE_DEPLOY_BRANCH : cache-setting-on 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/522/NOTEBOOK TEST RESULTS |
run tests |
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/596/Result : failure BIRDHOUSE_DEPLOY_BRANCH : cache-setting-on 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/526/NOTEBOOK TEST RESULTS |
@tlvu @dbyrns
Edit: details in #189 |
# Overview Adds general debugging utilities regarding notebook `test_thredds` ## Changes - Adds variable overrides in `test_thredds` for local debugging. - Adds important documentation notes regarding possible error debugging leads for `test_thredds` (based on actual issues encountered). ## Related Issue / Discussion - Relates to bird-house/birdhouse-deploy#188 (comment)
Does Ouranosinc/PAVICS-e2e-workflow-tests@10a784a helps somehow or the errors are still the same? |
@dbyrns Errors should be gone because it enforces no cache. Let's test it again... |
run tests |
E2E Test ResultsDACCS-iac Pipeline ResultsBuild URL : http://daccs-jenkins.crim.ca:80/job/DACCS-iac-birdhouse/600/Result : success BIRDHOUSE_DEPLOY_BRANCH : cache-setting-on DACCS_CONFIGS_BRANCH : master PAVICS_E2E_WORKFLOW_TESTS_BRANCH : master PAVICS_SDI_BRANCH : master DESTROY_INFRA_ON_EXIT : true PAVICS_HOST : https://host-140-36.rdext.crim.ca PAVICS-e2e-workflow-tests Pipeline ResultsTests URL : http://daccs-jenkins.crim.ca:80/job/PAVICS-e2e-workflow-tests/job/master/533/NOTEBOOK TEST RESULTS |
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.
Looks like we have a winner!
@tlvu |
I think you can go. I have not seen the |
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.
Oops I realized I forgot to approve, here it is.
Huh, no bump2version jazz? |
And CHANGES.md update ... You're the one who put these process into place :D |
## Overview Fixing missing #188 changelog.
Overview
Re-enables the caching feature of Twitcher that was disabled temporarily in #182
Changes
Non-breaking changes
Breaking changes
n/a
Related Issue / Discussion