Skip to content
Snippets Groups Projects
Commit 1c5ef9bf authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

create imaging qa delivery area

parent a96bbfa4
No related branches found
No related tags found
1 merge request!315create imaging qa delivery area
Pipeline #2059 failed
......@@ -42,9 +42,14 @@ edu.nrao.archive.workspaces.DeliverySettings.ciplDelivery = /lustre/aoc/cluster
edu.nrao.archive.workspaces.DeliverySettings.cacheWeblogDirectory = /lustre/aoc/cluster/pipeline/docker/workspaces/cache/weblog
#
# Data fetcher settings
# Standard Imaging Settings
#
edu.nrao.archive.workspaces.DeliverySettings.standardImageDelivery = /lustre/aoc/cluster/pipeline/docker/workspaces/image-qa
#
# Data fetcher settings
#
edu.nrao.archive.workflow.config.DataFetcherSettings.ramInGb = 16
edu.nrao.archive.workflow.config.DataFetcherSettings.clusterTimeout = 01:00:00:00
edu.nrao.archive.datafetcher.DataFetcherSettings.locatorServiceUrlPrefix = https://webtest.aoc.nrao.edu/archiveServices/location?locator
......
......@@ -22,10 +22,12 @@ mkdir -p "$WORKFLOW_DIR"
SPOOL_DIR=/lustre/aoc/cluster/pipeline/"$CAPO_PROFILE"/workspaces/spool
QA_DIR=/lustre/aoc/cluster/pipeline/"$CAPO_PROFILE"/workspaces/qa2
WEBLOG_DIR=/lustre/aoc/cluster/pipeline/"$CAPO_PROFILE"/workspaces/cache
IMAGE_QA_DIR=/lustre/aoc/cluster/pipeline/"$CAPO_PROFILE"/workspaces/image-qa
mkdir -p "$SPOOL_DIR"
mkdir -p "$QA_DIR"
mkdir -p "$WEBLOG_DIR"
mkdir -p "$WEBLOG_DIR/weblog"
mkdir -p "$IMAGE_QA_DIR"
# Copy wf_framework shell scripts to workflow dir
cp /packages/apps/cli/executables/wf_framework/sh/framework.sh "$WORKFLOW_DIR"
......@@ -38,6 +40,7 @@ chown root:vlapipe "$WORKFLOW_DIR"/*
chown vlapipe:vlapipe "$SPOOL_DIR"
chown vlapipe:vlapipe "$QA_DIR"
chown -R vlapipe:vlapipe "$WEBLOG_DIR"
chown vlapipe:vlapipe "$IMAGE_QA_DIR"
chmod 777 "$WORKFLOW_DIR"
chmod 777 "$WORKFLOW_DIR"/*
......
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