File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ if [ $GEN_TOPO_HASH == 1 ]; then
4848 cd $GEN_TOPO_WORKDIR || { echo Cannot enter work dir 1>&2 ; exit 1; }
4949 if [ ! -d O2DPG ]; then git clone https://github.com/AliceO2Group/O2DPG.git 1>&2 || { echo O2DPG checkout failed 1>&2 ; exit 1; }; fi
5050 if [ " 0$GEN_TOPO_ONTHEFLY " == " 01" ]; then
51- export GEN_TOPO_CACHEABLE=1
51+ # Disable caching until fully tested
52+ # export GEN_TOPO_CACHEABLE=1
5253 fi
5354 CACHE_HASH=` echo $GEN_TOPO_SOURCE $GEN_TOPO_LIBRARY_FILE $GEN_TOPO_WORKFLOW_NAME $OVERRIDE_PDPSUITE_VERSION $SET_QCJSON_VERSION $DD_DISK_FRACTION $SHM_MANAGER_SHMID $WORKFLOW_DETECTORS $WORKFLOW_DETECTORS_QC $WORKFLOW_DETECTORS_CALIB $WORKFLOW_PARAMETERS $RECO_NUM_NODES_OVERRIDE $DDMODE $DDWORKFLOW $INRAWCHANNAME $FILEWORKDIR $CTF_DIR | md5sum | awk ' {print $1}' `
5455 if [ " 0$GEN_TOPO_WIPE_CACHE " == " 01" ]; then
You can’t perform that action at this time.
0 commit comments