Skip to content
Snippets Groups Projects

Mark4 import script move

Merged Daniel Nemergut requested to merge mark4_import_script_dir into main
1 unresolved thread

Moved the mark4 import script where it can exist in the container. I manually updated the workflow templates on dev and test, this is for when it goes to prod.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
24 24 error = import.err
25 25 log = condor.log
26 26
27 BIN_PATH = $ENV(HOME)/workflows/$ENV(CAPO_PROFILE)/bin
28 27 SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin
29 28 SPOOL_DIR = {{spool_dir}}
30 29 should_transfer_files = yes
31 transfer_input_files = $ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/pycapo, $(BIN_PATH)/mark4_import
30 transfer_input_files = $ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/pycapo, $(SBIN_PATH)/mark4_import
  • Daniel Nemergut added 1 commit

    added 1 commit

    • 21b11706 - No longer transferring files into the container, running from /users/vlapipe directly

    Compare with previous version

  • Nathan Bockisch approved this merge request

    approved this merge request

  • Charlotte Hausman approved this merge request

    approved this merge request

  • Daniel Nemergut mentioned in commit 8d542fbb

    mentioned in commit 8d542fbb

  • Please register or sign in to reply
    Loading