You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Litani renders the dependency graphs for each pipeline every time it renders a report. This means that it forks off an invocation of dot for every pipeline, every time the report is re-generated. This is a huge waste of comput time.
Acceptance:
Litani should only render the pipeline dependency graphs twice. Once at the beginning of the run; it should then re-use the SVGs for subsequent renderings of the report. Litani should then re-render the dependency graphs after the run completes, at which point the nodes will change colour depending on whether the jobs were successful.
The text was updated successfully, but these errors were encountered:
Currently, Litani renders the dependency graphs for each pipeline every time it renders a report. This means that it forks off an invocation of
dot
for every pipeline, every time the report is re-generated. This is a huge waste of comput time.Acceptance:
The text was updated successfully, but these errors were encountered: