From 833cb002db5d833dcaa8af4e2e2ac11d9fbda75d Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 13 Nov 2019 11:11:14 -0500 Subject: [PATCH] doc: document timed out Travis CI builds PR-URL: https://github.com/nodejs/node/pull/30469 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Denys Otrishko --- COLLABORATOR_GUIDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 516a3d1f7b5f76..36c2a89758d9b0 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -176,6 +176,13 @@ All pull requests must pass continuous integration tests. Code changes must pass on [project CI server](https://ci.nodejs.org/). Pull requests that only change documentation and comments can use Travis CI results. +Travis CI jobs have a fixed running time limit that building Node.js sometimes +exceeds. If the `Compile Node.js` Travis CI job has timed out it will fail after +around 45 minutes. The exit code will be 143, indicating that a `SIGTERM` signal +terminated the `make` command. When this happens, restart the timed out job. It +will reuse built artifacts from the previous timed-out run, and thus take less +time to complete. + Do not land any pull requests without passing (green or yellow) CI runs. If there are CI failures unrelated to the change in the pull request, try "Resume Build". It is in the left navigation of the relevant `node-test-pull-request`