-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/podaac 4658 #42
Conversation
- Added step notebook file output check - Added step collection update on successs - Added step for slack send
- added ops output file check step
- removed test file creation
- Added remove failed associations to jupyter-test
@@ -0,0 +1,92 @@ | |||
import argparse |
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.
This file doesn't belong in concise. Can we move it to umm-updater maybe?
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.
This file is for calling the cmr updater. It imports the necessary methods from it to remove association.
The code for removing the association is in the cmr-updater repo and we are importing it from there.
The l2ss-py has a similar file for calling the cmr-updater.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
… into feature/podaac-4658
… into feature/podaac-4658
Description
Update automatic testing for concise so it outputs reporting, including send a slack message. Similar to l2ss-py automatic testing.
Overview of work done
Summarize the work you did
Overview of verification done
https://github.com/podaac/concise/actions/runs/2836738192
Overview of integration done
Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment.
PR checklist:
See Pull Request Review Checklist for pointers on reviewing this pull request