Commit 50169a8
committed
BuilderUtils.py: default to more logging output
For quite a while, the build-with-autotools Open MPI nightly build on
Open MPI v5.0.0 has been failing. It turns out that upstream PMIx
upgraded the version of Sphinx that it required, which ultimately
caused the build failure because the Sphinx version installed on
aws.open-mpi.org was too old. Upgrading the Sphinx on
aws.open-mpi.org was easy enough.
The real issue is that the failure notification email did not include
enough logging output to reveal that the root cause of the build
failure was the Sphinx version. As such, this commit increases the
default number of log lines included in the failure message in the
email so that this particular problem, at least, will be evident in
future emails.
Signed-off-by: Jeff Squyres <jeff@squyres.com>1 parent 7cfa610 commit 50169a8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments