Skip to content
Snippets Groups Projects
Commit f4203e27 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

README: Better document summarize.py

parent 8cfb971d
No related branches found
No related tags found
No related merge requests found
...@@ -159,10 +159,11 @@ This will build the set of packages defined by the `testedPackages` list in ...@@ -159,10 +159,11 @@ This will build the set of packages defined by the `testedPackages` list in
After building `testedPackages` (allowing for failures) the CI job runs After building `testedPackages` (allowing for failures) the CI job runs
`scripts/summarize.py`, which produces a few artifacts: `scripts/summarize.py`, which produces a few artifacts:
* a JSON summary, which includes the full dependency graph as well as which * a JSON summary (`summary.json`) which includes the full dependency graph as
package builds failed well as which package builds failed
* a DOT graph showing the package depedencies and their build success * a DOT graph (`summary.dot`) showing the package depedencies and their build
* a directory of build logs success. This can be rendered with `scripts/render-graph.sh`.
* a directory (`./logs`) of build logs
You can run `scripts/summarize.py` locally with You can run `scripts/summarize.py` locally with
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment