Skip to content

Commit

Permalink
Import runtype and beamtype to CPV and PHS QC workflows (#663)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sevdokim authored Sep 27, 2024
1 parent 1f21005 commit 42c8a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jit/cpv-physics-qcmn-epn-remote
Original file line number Diff line number Diff line change
@@ -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
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
2 changes: 1 addition & 1 deletion jit/phos-raw-clusters-epn-remote
Original file line number Diff line number Diff line change
@@ -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
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 comments on commit 42c8a7d

Please sign in to comment.