Skip to content

Commit a55dc31

Browse files
authored
TPC - Parameter run_type for apricot (#654)
* add run_type parameter for tpc-pulser * Add runtype parameter for tpc workflow
1 parent c69c15e commit a55dc31

8 files changed

+8
-8
lines changed

jit/tpc-full-cosmics-qcmn-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/tpc-full-cosmics-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-cosmics-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/tpc-full-qcmn-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/tpc-full-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/tpc-full-replay-qcmn-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/tpc-full-replay-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-replay-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/tpc-full-synthetic-qcmn-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/tpc-full-synthetic-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-synthetic-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/tpc-krypton-qcmn-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/tpc-krypton-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-krypton-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/tpc-laser-calib-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/tpc-laser-calib-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-laser-calib-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/tpc-pedestal-calib-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/tpc-pedestal-calib-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-pedestal-calib-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

jit/tpc-pulser-calib-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/tpc-pulser-calib-qcmn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b
1+
o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-pulser-calib-qcmn?run_type={{ run_type }} --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

0 commit comments

Comments
 (0)