Lustre locking the remaining ingest workflows to be consistent
We decided to make all the ingest workflows operate the same way. This modifies the ingest_cal
, ingest_image
, and ingest_seci
workflows all in the same manner:
ingest_*.condor
- Set
should_transfer_files = NO
- Remove the
SBIN_PATH
andSPOOL_DIR
variables - Remove the
transfer_input_files
line - Set
requirements = HasLustre == True
ingest_*.sh
- Set
SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin
- Call scripts from the
SBIN_PATH
Also verified that requires_lustre = true
in the workflows
table for each.