WS-1013: Create the pims_split Workspaces workflow
2 unresolved threads
2 unresolved threads
A first draft of the new pims_split workflow, based on input from our in-person working group
Edited by Nathan Bockisch
Merge request reports
Activity
- Resolved by Nathan Bockisch
- Resolved by Nathan Bockisch
- Resolved by Nathan Bockisch
- Resolved by Nathan Bockisch
- Resolved by Nathan Bockisch
- Resolved by Nathan Bockisch
60 61 queue 62 63 """ 64 65 restore_sh = """#!/bin/sh 66 set -o errexit 67 68 {{^existingRestore}} 69 cd rawdata/ 70 ../productfetcher --product-locator $1 --product-locator $2 71 cd ../ 72 ./casa_envoy --restore -c metadata.json PPR.xml 73 {{/existingRestore}} 74 {{#existingRestore}} 75 ./null $* changed this line in version 3 of the diff
71 cd ../ 72 ./casa_envoy --restore -c metadata.json PPR.xml 73 {{/existingRestore}} 74 {{#existingRestore}} 75 ./null $* 76 {{/existingRestore}} 77 """ 78 79 # Workflow run on each split 80 split_workflow_condor = """executable = split_workflow.sh 81 arguments = "$(split_dir)" 82 83 SPLIT_DIR = "$(split_dir)" 84 SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin 85 VLASS_DIR = {{data_location}} 86 SPOOL_DIR = {{spool_dir}} added 1 commit
- 8900acde - Hopefully fixed DAG, null call, and redundant VLASS_DIR variable
added 7 commits
-
3fdd34b0...c7074643 - 2 commits from branch
main
- bc0b7267 - Added script sketch for review
- 99d0984b - Updated split workflow with sketches of all stages
- 7ae6d591 - Added fixes from review
- 200fb5a3 - Hopefully fixed DAG, null call, and redundant VLASS_DIR variable
- ed5eb5a4 - Fixed spacing issue in DAG
Toggle commit list-
3fdd34b0...c7074643 - 2 commits from branch
enabled an automatic merge when the pipeline for ed5eb5a4 succeeds
Please register or sign in to reply