From 49123f11f3b9aa45cdcfc425aa27db20d0c2266d Mon Sep 17 00:00:00 2001 From: Joshua Koenig Date: Wed, 30 Oct 2024 13:51:23 +0100 Subject: [PATCH] EMCAL: Add QC workflow configs for PbPb (#668) Co-authored-by: jokonig --- jit/emc-qcmn-epnall-PbPb-remote | 1 + jit/emc-qcmn-epnall-withCTP-PbPb-remote | 1 + workflows/readout-dataflow.yaml | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 jit/emc-qcmn-epnall-PbPb-remote create mode 100644 jit/emc-qcmn-epnall-withCTP-PbPb-remote diff --git a/jit/emc-qcmn-epnall-PbPb-remote b/jit/emc-qcmn-epnall-PbPb-remote new file mode 100644 index 000000000..8a430d3f4 --- /dev/null +++ b/jit/emc-qcmn-epnall-PbPb-remote @@ -0,0 +1 @@ +o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/emc-qcmn-epnall-PbPb --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b \ No newline at end of file diff --git a/jit/emc-qcmn-epnall-withCTP-PbPb-remote b/jit/emc-qcmn-epnall-withCTP-PbPb-remote new file mode 100644 index 000000000..1f51c889c --- /dev/null +++ b/jit/emc-qcmn-epnall-withCTP-PbPb-remote @@ -0,0 +1 @@ +o2-qc --config apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/emc-qcmn-epnall-withCTP-PbPb --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b diff --git a/workflows/readout-dataflow.yaml b/workflows/readout-dataflow.yaml index 7cb841f12..cae183fb8 100755 --- a/workflows/readout-dataflow.yaml +++ b/workflows/readout-dataflow.yaml @@ -198,6 +198,8 @@ defaults: - emc-qcmn-epn-remote - emc-qcmn-epnall-remote - emc-qcmn-epnall-withCTP-remote + - emc-qcmn-epnall-PbPb-remote + - emc-qcmn-epnall-withCTP-PbPb-remote - emc-qcmn-flpepn-remote - qcmn-daq-remote visibleif: $$qc_remote_enabled === "true"