Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure
-
Labels:None
-
Story Points:1.4
-
Epic Link:
-
Team:SQuaRE
Description
Uploading metric results via dispatch_verify.py to squash has been taking ~6 minutes, per invocation, in production.
Eg., a 23m 59s for 3 invocations:
This is extremely painful for a job like ap_verify which normally computes results in ~10minutes but produces 6 metric files.
Yeah that solved one of the problems. The code that uploads the data blobs and register the URIs will need more refactoring though. Working on it.