Skip to content

Commit 42c8a7d

Browse files
authored
Import runtype and beamtype to CPV and PHS QC workflows (#663)
* CPV: Update cpv-physics-qcmn-epn-remote to import run type and beam type into workflow * Imrort runtype and beamtype to phos-raw-clusters-epn-remote workflow
1 parent 1f21005 commit 42c8a7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jit/cpv-physics-qcmn-epn-remote

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/cpv-physics-qcmn-epn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/cpv-physics-qcmn-epn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/phos-raw-clusters-epn-remote

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/phos-raw-clusters-epn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/phos-raw-clusters-epn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

0 commit comments

Comments
 (0)