Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only render pipeline graphs initially, and then when all proofs are completed #42

Open
karkhaz opened this issue Sep 20, 2021 · 0 comments

Comments

@karkhaz
Copy link
Contributor

karkhaz commented Sep 20, 2021

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant