Skip to content

Commit 492d2e9

Browse files
sahilupadhyaya92Sahil Upadhyaya
andauthored
FIT: Add functionality for run_type and beam_type variables (#699)
Co-authored-by: Sahil Upadhyaya <sahilupadhyaya92@github.com>
1 parent 924206e commit 492d2e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

jit/fdd-digits-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/fdd-digits-qcmn-epn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;'
1+
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/fdd-digits-qcmn-epn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;'

jit/ft0-digits-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/ft0-digits-qcmn-epn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;'
1+
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/ft0-digits-qcmn-epn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;'

jit/fv0-digits-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/fv0-digits-qcmn-epn --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;'
1+
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/fv0-digits-qcmn-epn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;'

0 commit comments

Comments
 (0)