Skip to content

Commit

Permalink
add workflows for coredump and without old flag
Browse files Browse the repository at this point in the history
  • Loading branch information
noferini committed Oct 5, 2023
1 parent 6498ce5 commit 01edc8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jit/tof-full-qcmn-15cmp-local
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o2-dpl-raw-proxy -b --session default --dataspec 'x0:TOF/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --readout-proxy '--channel-config "name=readout-proxy,type=pull,method=connect,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=1"' | o2-tof-compressor -b --tof-compressor-paranoid --session default --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' --pipeline tof-compressor-0:15 --tof-compressor-config x:TOF/RAWDATA | o2-dpl-output-proxy --environment DPL_OUTPUT_PROXY_ORDERED=1 -b --session default --dataspec 'A:TOF/CRAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --dpl-output-proxy '--channel-config "name=downstream,type=push,method=bind,address=ipc:///tmp/stf-pipe-0,rateLogging=1,transport=shmem"' | o2-qc -b --config consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/tof-full-qcmn --local --host alio2-cr1-flp178
1 change: 1 addition & 0 deletions jit/tof-full-qcmn-cdump-15cmp-local
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o2-dpl-raw-proxy -b --session default --dataspec 'x0:TOF/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --readout-proxy '--channel-config "name=readout-proxy,type=pull,method=connect,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=1"' | o2-tof-compressor -b --old --tof-compressor-paranoid --session default --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' --pipeline tof-compressor-0:15 --tof-compressor-config x:TOF/RAWDATA --environment O2_NO_CATCHALL_EXCEPTIONS=1 | o2-dpl-output-proxy --environment DPL_OUTPUT_PROXY_ORDERED=1 -b --session default --dataspec 'A:TOF/CRAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --dpl-output-proxy '--channel-config "name=downstream,type=push,method=bind,address=ipc:///tmp/stf-pipe-0,rateLogging=1,transport=shmem"' | o2-qc -b --config consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/tof-full-qcmn --local --host alio2-cr1-flp178
2 changes: 2 additions & 0 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,8 @@ defaults:
- tof-full-qcmn-paran-6cmp-local
- tof-full-qcmn-paran-10cmp-local
- tof-full-qcmn-paran-15cmp-local
- tof-full-qcmn-cdump-15cmp-local
- tof-full-qcmn-15cmp-local
- tof-full-qcmn-paran-20cmp-local
- tof-full-qcmn-paran-25cmp-local
- tof-qcmn-compressor-local
Expand Down

0 comments on commit 01edc8a

Please sign in to comment.