Skip to content
Snippets Groups Projects
Commit fa3bf754 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Moved the mark4 import script where it can exist in the container

parent 9c7db06b
No related branches found
No related tags found
1 merge request!1477Mark4 import script move
Pipeline #12271 passed
This commit is part of merge request !1477. Comments created here will be created in the context of that merge request.
......@@ -24,11 +24,10 @@ output = import.out
error = import.err
log = condor.log
BIN_PATH = $ENV(HOME)/workflows/$ENV(CAPO_PROFILE)/bin
SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin
SPOOL_DIR = {{spool_dir}}
should_transfer_files = yes
transfer_input_files = $ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/pycapo, $(BIN_PATH)/mark4_import
transfer_input_files = $ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/pycapo, $(SBIN_PATH)/mark4_import
+WantIOProxy = True
request_memory = {{ramInGb}}
......
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