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

Adding collector script to the condor copy

parent aae68c7d
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1451Post-review ingest_obs fix
Pipeline #11593 passed
...@@ -27,7 +27,7 @@ log = condor.log ...@@ -27,7 +27,7 @@ log = condor.log
SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin
SPOOL_DIR = {{spool_dir}} SPOOL_DIR = {{spool_dir}}
should_transfer_files = yes should_transfer_files = yes
transfer_input_files = $ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/pycapo, nraorsync://$(SBIN_PATH)/ingest_envoy, nraorsync://$(SBIN_PATH)/ingest, ./metadata.json transfer_input_files = $ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/pycapo, nraorsync://$(SBIN_PATH)/ingest_envoy, nraorsync://$(SBIN_PATH)/ingest, nraorsync://$(SBIN_PATH)/calibration-table-collector.sh, ./metadata.json
+WantIOProxy = True +WantIOProxy = True
request_memory = {{ramInGb}} 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