Skip to content
Snippets Groups Projects
Commit a711601b authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Updated ingest_vlass_tile script to use the new triggering utility

parent 198d9655
No related branches found
No related tags found
1 merge request!919Updated ingest_vlass_tile script to use the new triggering utility
Pipeline #5105 passed
......@@ -36,6 +36,9 @@ SOURCE_SUBDIR=$1;shift
# Build the full path down to the tile:
DIR_TO_PROCESS=${QL_CACHE_DIR}/${EPOCH_NAME}/${SOURCE_SUBDIR}
# Path to ingest trigger utility
INGEST_TRIGGER_PATH=/lustre/aoc/cluster/pipeline/$CAPO_PROFILE/workspaces/sbin/iiwf_trigger
#
# We need a list of the subdirectories under the tile directory,
# these are the base-level image set containers, so we run image
......@@ -43,7 +46,7 @@ DIR_TO_PROCESS=${QL_CACHE_DIR}/${EPOCH_NAME}/${SOURCE_SUBDIR}
#
for imageDir in $(ls -1 ${DIR_TO_PROCESS})
do
vlassQlIngest ${EPOCH_NAME} ${DIR_TO_PROCESS}/${imageDir}
${INGEST_TRIGGER_PATH} -path ${DIR_TO_PROCESS}/${imageDir}
sleep 60
done
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment