Skip to content

Commit 5c66ba5

Browse files
iravasendavidrohr
authored andcommitted
added a noise calib workflow for tests: push to ccdb-test
1 parent 9820c2b commit 5c66ba5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

DATA/production/calib/its-noise-aggregator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ -z $NTHREADS ]] ; then NTHREADS=1; fi
1818

1919
CCDBPATH1="http://o2-ccdb.internal"
2020
CCDBPATH2="http://alio2-cr1-flp199.cern.ch:8083"
21-
if [[ $RUNTYPE == "SYNTHETIC" || "${GEN_TOPO_DEPLOYMENT_TYPE:-}" == "ALICE_STAGING" ]]; then
21+
if [[ $RUNTYPE == "SYNTHETIC" || "${GEN_TOPO_DEPLOYMENT_TYPE:-}" == "ALICE_STAGING" || ! -z $ISTEST ]]; then
2222
CCDBPATH1="http://ccdb-test.cern.ch:8080"
2323
CCDBPATH2="http://ccdb-test.cern.ch:8080"
2424
fi

DATA/production/standalone-calibration.desc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FT0-time-offset-calibration: "O2PDPSuite" reco,5,5,"production/calib/ft0-timeoff
22

33
ITS-noise-calibration: "O2PDPSuite" reco,20,20,"NITSDECTHREADS=4 NITSDECTPIPELINES=6 production/calib/its-noise-processing.sh" calib,20,"NTHREADSACC=4 NTHREADSNORM=16 NITSACCPIPELINES=16 production/calib/its-noise-aggregator.sh"
44

5+
ITS-noise-calibration-test: "O2PDPSuite" reco,20,20,"NITSDECTHREADS=4 NITSDECTPIPELINES=6 production/calib/its-noise-processing.sh" calib,20,"NTHREADSACC=4 NTHREADSNORM=16 NITSACCPIPELINES=16 ISTEST=1 production/calib/its-noise-aggregator.sh"
6+
57
ITS-noise-calibration-clusters: "O2PDPSuite" reco,20,20,"NITSDECTHREADS=4 NITSDECTPIPELINES=6 USECLUSTERS=1 production/calib/its-noise-processing.sh" calib,20,"USECLUSTERS=1 NTHREADS=32 production/calib/its-noise-aggregator.sh"
68

79
ITS-thr-tuning: "O2PDPSuite" reco,40,40,"RUNTYPE_ITS=tuning production/calib/its-threshold-processing.sh" calib,40,"RUNTYPE_ITS=tuning production/calib/its-threshold-aggregator.sh"

0 commit comments

Comments
 (0)