| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -176,6 +176,13 @@ All pull requests must pass continuous integration tests. Code changes must pass | |||
| 176 | 176 | on [project CI server](https://ci.nodejs.org/). Pull requests that only change | |
| 177 | 177 | documentation and comments can use Travis CI results. | |
| 178 | 178 | ||
| 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 | + | ||
| 179 | 186 | Do not land any pull requests without passing (green or yellow) CI runs. If | |
| 180 | 187 | there are CI failures unrelated to the change in the pull request, try "Resume | |
| 181 | 188 | Build". It is in the left navigation of the relevant `node-test-pull-request` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments