Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPV: make push DCS CCDB path configurable in pedestal workflow #646

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jit/cpv-pedestal-calib-qc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
o2-dpl-raw-proxy -b --session default --dataspec 'x0:CPV/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --inject-missing-data --readout-proxy '--channel-config "name=readout-proxy,type=pull,method=connect,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=1"' | o2-cpv-reco-workflow -b --session default --input-type raw --output-type digits --disable-root-input --disable-root-output --disable-mc --pedestal --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-calibration-cpv-calib-workflow --pedestals --tf-per-slot {{ cpv_ped_tf_per_slot }} --max-delay 0 --condition-tf-per-query 0 --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-calibration-ccdb-populator-workflow --name-extention -dcs --ccdb-path http://ali-calib-dcs.cern.ch:8083 --sspec-min 1 --sspec-max 1 --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-calibration-ccdb-populator-workflow --ccdb-path http://o2-ccdb.internal --sspec-min 0 --sspec-max 0 --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-dpl-output-proxy --environment DPL_OUTPUT_PROXY_ORDERED=1 -b --session default --dataspec 'x0:CPV/RAWDATA;DIG:CPV/DIGITS/0;DTR:CPV/DIGITTRIGREC/0;ERR:CPV/RAWHWERRORS/0;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/cpv-pedestal-qc
o2-dpl-raw-proxy -b --session default --dataspec 'x0:CPV/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --inject-missing-data --readout-proxy '--channel-config "name=readout-proxy,type=pull,method=connect,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=1"' | o2-cpv-reco-workflow -b --session default --input-type raw --output-type digits --disable-root-input --disable-root-output --disable-mc --pedestal --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-calibration-cpv-calib-workflow --pedestals --tf-per-slot {{ cpv_ped_tf_per_slot }} --max-delay 0 --condition-tf-per-query 0 --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-calibration-ccdb-populator-workflow --name-extention -dcs --ccdb-path {{ cpv_push_dcs_ccdb }} --sspec-min 1 --sspec-max 1 --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-calibration-ccdb-populator-workflow --ccdb-path http://o2-ccdb.internal --sspec-min 0 --sspec-max 0 --configKeyValues 'NameConf.mCCDBServer=http://127.0.0.1:8084;' | o2-dpl-output-proxy --environment DPL_OUTPUT_PROXY_ORDERED=1 -b --session default --dataspec 'x0:CPV/RAWDATA;DIG:CPV/DIGITS/0;DTR:CPV/DIGITTRIGREC/0;ERR:CPV/RAWHWERRORS/0;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/cpv-pedestal-qc
1 change: 1 addition & 0 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
@@ -1415,6 +1415,7 @@ defaults:
extra_env_vars: ""
cpv_ped_tf_per_slot: 400
cpv_noise_tf_per_slot: 400
cpv_push_dcs_ccdb: "http://alio2-cr1-flp199-ib:8084"
vars:
auto_stop_enabled: "{{ auto_stop_timeout != 'none' }}"
ddsched_enabled: "{{ epn_enabled == 'true' && dd_enabled == 'true' }}"