Skip to content

Commit

Permalink
Update its-noise-aggregator.sh: keep flp199 ccdb for tests
Browse files Browse the repository at this point in the history
Minor change which simplify the tests of noise calibration. If the list of noisy pixels is sent to flp199 ccdb is easier to retrieve the object than ccdb-test with dcs scripts.
  • Loading branch information
iravasen authored Sep 13, 2024
1 parent 52e6e11 commit 2299f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/calib/its-noise-aggregator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CCDBPATH1="http://o2-ccdb.internal"
CCDBPATH2="$DCSCCDBSERVER_PERS"
if [[ $RUNTYPE == "SYNTHETIC" || "${GEN_TOPO_DEPLOYMENT_TYPE:-}" == "ALICE_STAGING" || ! -z $ISTEST ]]; then
CCDBPATH1="http://ccdb-test.cern.ch:8080"
CCDBPATH2="http://ccdb-test.cern.ch:8080"
CCDBPATH2="$DCSCCDBSERVER_PERS"
fi

WORKFLOW=
Expand Down

0 comments on commit 2299f71

Please sign in to comment.