Skip to content

Commit 833cb00

Browse files
richardlautargos
authored andcommitted
doc: document timed out Travis CI builds
PR-URL: #30469 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Denys Otrishko <[email protected]>
1 parent e8b06e4 commit 833cb00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

COLLABORATOR_GUIDE.md

+7
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ All pull requests must pass continuous integration tests. Code changes must pass
176176
on [project CI server](https://ci.nodejs.org/). Pull requests that only change
177177
documentation and comments can use Travis CI results.
178178

179+
Travis CI jobs have a fixed running time limit that building Node.js sometimes
180+
exceeds. If the `Compile Node.js` Travis CI job has timed out it will fail after
181+
around 45 minutes. The exit code will be 143, indicating that a `SIGTERM` signal
182+
terminated the `make` command. When this happens, restart the timed out job. It
183+
will reuse built artifacts from the previous timed-out run, and thus take less
184+
time to complete.
185+
179186
Do not land any pull requests without passing (green or yellow) CI runs. If
180187
there are CI failures unrelated to the change in the pull request, try "Resume
181188
Build". It is in the left navigation of the relevant `node-test-pull-request`

0 commit comments

Comments
 (0)