...
- Pipeline rerun script:
- DA needs to be able to rerun the pipeline in the correct environment with added flag template file(s) and possibly a modified PPR.
- Input: execution block ID, (optional) modified PPR, flagtemplate.txt
- Results: new pipeline run using modified PPR and/or flagtemplate.txt (if supplied)
- DA needs to be able to rerun the pipeline in the correct environment with added flag template file(s) and possibly a modified PPR.
- Archive ingest script:
- needs to enable the DA to add a QA report file (text) to the weblog, set an SRDP QA state (pass/fail/null) and ingest the calibration products and the flagtemplate.txt and
flagtargetstemplate.txtfile (if created by the DA) for a given EB into the archive.- Input: Pipeline run ID, QAFLag=[Pass/Fail/Null], qa_report.txt (optional) flagtemplate.txt
flagtargetstemplate.txt - Results: content of products directory for the pipeline run are ingested into the archive with the correct metadata corresponding to the relevant EB, QAFlag is registered in the archive database, QA report (text file) is added to the weblog and the weblog is archived. If added, flagtemplate.txt
and flagtargetstemplate.txtare also ingested.
- Input: Pipeline run ID, QAFLag=[Pass/Fail/Null], qa_report.txt (optional) flagtemplate.txt
- needs to enable the DA to add a QA report file (text) to the weblog, set an SRDP QA state (pass/fail/null) and ingest the calibration products and the flagtemplate.txt and
- Cleanup script:
- run after archive ingest. Checks data successfully ingested into the archive, deletes pipeline run from disk.
- Input: Pipeline run ID
- Result: if EB was correctly ingested, proceed to delete the pipeline directory. If not, kick out with an error: "The data products are not in the archive, please wait and try again. If failures are repeated, please file an SSA ticket."
- run after archive ingest. Checks data successfully ingested into the archive, deletes pipeline run from disk.
...