Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
head.hackage
Commits
f4203e27
Commit
f4203e27
authored
Jul 08, 2019
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: Better document summarize.py
parent
8cfb971d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+5
-4
No files found.
README.md
View file @
f4203e27
...
...
@@ -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
`scripts/summarize.py`
, which produces a few artifacts:
*
a JSON summary, which includes the full dependency graph as well as which
package builds failed
*
a DOT graph showing the package depedencies and their build success
*
a directory of build logs
*
a JSON summary (
`summary.json`
) which includes the full dependency graph as
well as which package builds failed
*
a DOT graph (
`summary.dot`
) showing the package depedencies and their build
success. This can be rendered with
`scripts/render-graph.sh`
.
*
a directory (
`./logs`
) of build logs
You can run
`scripts/summarize.py`
locally with
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment