Skip to content
Snippets Groups Projects

WS-1904: Add RADIAL configuration to workflow container and quicklook template

1 unresolved thread

I added the RADIAL modifications to the quicklook envoy template (they are conditional on a boolean called "radial" being true in the JSON). They will need to be added to every template that might run on RADIAL but at the moment which workflows will run that way seems to be unknown to us so I figured I'd just get the changes in the template I was testing with originally just to have an example.

Merge request reports

Merge request pipeline #11025 passed

Merge request pipeline passed for 50a1367e

Merged by Nathan BockischNathan Bockisch 1 year ago (Aug 14, 2023 3:50pm UTC)

Loading

Pipeline #11026 passed

Pipeline passed for 14131352 on 2.8.2-DEVELOPMENT

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
70 arguments = metadata.json PPR.xml {{request_id}}
71
72 output = envoy.out
73 error = envoy.err
74 log = condor.log
75
76 SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin
77 VLASS_DIR = {{data_location}}
78 should_transfer_files = yes
79 transfer_input_files = {{^radial}}$ENV(HOME)/.ssh/condor_ssh_config, {{/radial}}$ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/.matplotlib, nraorsync://$(SBIN_PATH)/pycapo, nraorsync://$(SBIN_PATH)/update_stage, nraorsync://$(SBIN_PATH)/casa_envoy, nraorsync://$(SBIN_PATH)/vela, nraorsync://$(VLASS_DIR)/working, nraorsync://$(VLASS_DIR)/rawdata, nraorsync://$(VLASS_DIR)/products{{#remote}}, nraorsync://$(VLASS_DIR)/{{profile}}.properties{{/remote}}, nraorsync://$(VLASS_DIR)/PPR.xml, nraorsync://$(VLASS_DIR)/metadata.json{{files_to_transfer}}
80 transfer_output_files = .job.ad
81 +nrao_output_files = "working products"
82 when_to_transfer_output = ON_EXIT
83 output_destination = nraorsync://$(VLASS_DIR)
84 +WantIOProxy = True
85 {{^radial}}
  • Nathan Bockisch added 1 commit

    added 1 commit

    • 50a1367e - Got my mustache tags backwards

    Compare with previous version

  • Daniel Nemergut approved this merge request

    approved this merge request

  • Charlotte Hausman approved this merge request

    approved this merge request

  • Nathan Bockisch mentioned in commit 14131352

    mentioned in commit 14131352

  • Please register or sign in to reply
    Loading