We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d3cd1 commit 487ae09Copy full SHA for 487ae09
MC/bin/o2_dpg_workflow_runner.py
@@ -1019,6 +1019,12 @@ def execute(self):
1019
starttime = time.perf_counter()
1020
psutil.cpu_percent(interval=None)
1021
os.environ['JOBUTILS_SKIPDONE'] = "ON"
1022
+ # a bit ALICEO2+O2DPG specific but for now a convenient place to
1023
+ # restore original behaviour of ALICEO2_CCDB_LOCALCACHE semantics
1024
+ # TODO: introduce a proper workflow-globalinit section which is defined inside the workflow json
1025
+ if os.environ['ALICEO2_CCDB_LOCALCACHE'] != None:
1026
+ os.environ['IGNORE_VALIDITYCHECK_OF_CCDB_LOCALCACHE'] = "ON"
1027
+
1028
errorencountered = False
1029
1030
def speedup_ROOT_Init():
0 commit comments