Skip to content

Commit

Permalink
Merge pull request #360 from vkuznet/fix-issue-11657
Browse files Browse the repository at this point in the history
Propagate timing metrics to WMArchive doc
  • Loading branch information
vkuznet authored Aug 28, 2023
2 parents 4a078b9 + 811a0cb commit 93e8387
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 10 deletions.
3 changes: 3 additions & 0 deletions src/python/WMArchive/Schemas/FWJRProduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'jobtype': "Processing",
'jobstate': "success",
'ts': 1456500229},
'WMTiming': {'WMTotalWallClockTime': 10},
'LFNArray': ['/store/test/blah.root',
'/store/unmerged/blah.root',
'/lfn/fallbackfile.root', '/lfn/skipedfile.root'],
Expand Down Expand Up @@ -85,6 +86,8 @@
"GUID": '',
"StageOutCommand": "srmv2-lcg"}],
'performance': {
"cmssw": {
},
"multicore": {
},
"storage": {
Expand Down
3 changes: 2 additions & 1 deletion test/data/samples/HarvestSuccessFwjr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"pfn"
],
"task": "/sryu_DQMHarvesting_Sryu_reqmgr2_160318_050142_4405/EndOfRunDQMHarvest",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -466,4 +467,4 @@
"skippedFiles",
"inputLFNs"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/LogCollectFailedFwjr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"PFNArrayRef": [],
"task": "/sryu_MonteCarlo_PhEDEx_Sryu_reqmgr2_160318_050123_7744/Production/ProductionMergeLHEoutput/ProductionLHEoutputMergeLogCollect",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -47,4 +48,4 @@
"skippedFiles",
"fallbackFiles"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/LogCollectSuccessFwjr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"outputPFNs"
],
"task": "/sryu_DQMHarvesting_Sryu_reqmgr2_160318_050142_4405/EndOfRunDQMHarvest/EndOfRunDQMHarvestLogCollect",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -73,4 +74,4 @@
"skippedFiles",
"inputLFNs"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/MergeFailedFwjr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"PFNArrayRef": [],
"task": "/sryu_ReRecoSkim_Sryu_reqmgr2_160318_050217_7302/DataProcessing/DataProcessingMergeRECOoutput",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [],
Expand Down Expand Up @@ -45,4 +46,4 @@
"skippedFiles",
"fallbackFiles"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/MergeSuccessFwjr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"pfn"
],
"task": "/sryu_MonteCarlo_eff_Sryu_reqmgr2_160317_161133_1935/Production/ProductionMergeRAWSIMoutput",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -677,4 +678,4 @@
"skippedFiles",
"inputLFNs"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/ProcessingFailedFwjr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"PFNArrayRef": [],
"task": "/sryu_ReDigi_3steps_Sryu_reqmgr2_160318_050052_982/StepOneProc/StepOneProcMergeRAWSIMoutput/StepTwoProc/StepTwoProcMergeAODSIMoutput/StepThreeProc",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [],
Expand Down Expand Up @@ -45,4 +46,4 @@
"skippedFiles",
"fallbackFiles"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/ProcessingSuccessFwjr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"pfn"
],
"task": "/sryu_ReDigi_3steps_Sryu_reqmgr2_160318_050052_982/StepOneProc",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -264,4 +265,4 @@
"skippedFiles",
"inputLFNs"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/ProductionFailedFwjr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"outputPFNs"
],
"task": "/sryu_MonteCarlo_Sryu_reqmgr2_160318_050144_6584/Production",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -150,4 +151,4 @@
"skippedFiles",
"inputLFNs"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/ProductionSuccessFwjr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"outputPFNs"
],
"task": "/sryu_MonteCarlo_eff_Sryu_reqmgr2_160317_161133_1935/Production",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -174,4 +175,4 @@
"skippedFiles",
"inputLFNs"
]
}
}
3 changes: 2 additions & 1 deletion test/data/samples/SkimSuccessFwjr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"pfn"
],
"task": "/sryu_ReRecoSkim_Sryu_reqmgr2_160318_050217_7302/DataProcessing/DataProcessingMergeRECOoutput/skim_2012A_BTag",
"WMTiming": {"WMTotalWallClockTime": 10},
"skippedFiles": [],
"fallbackFiles": [],
"LFNArray": [
Expand Down Expand Up @@ -417,4 +418,4 @@
"skippedFiles",
"inputLFNs"
]
}
}

0 comments on commit 93e8387

Please sign in to comment.