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
Activity
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}} changed this line in version 2 of the diff
mentioned in commit 14131352
Please register or sign in to reply