-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TPC - Add parameters to qc workflows (#658)
* Add beam_type parameter to qc configuration * Change synthax of apricot URI * add ctp_readout_enabled as parameter * small fix * Remove newline at the end of the files * Add flag to avoid kafka and gRPC data dupplication in Bookkeeping (#657) * Add flag to disable kafka sending gRPC requests on enviornment update * Condition applies also on run * Update readout-dataflow.yaml --------- Co-authored-by: Martin Boulais <[email protected]>
- Loading branch information
1 parent
fcfb17a
commit 16aca5c
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-cosmics-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-replay-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-full-synthetic-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-krypton-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-laser-calib-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-pedestal-calib-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/tpc-pulser-calib-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}&ctp_readout_enabled={{ ctp_readout_enabled }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b |