| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 401d2e9 commit 7ad2e02
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -172,8 +172,9 @@ the comment anyway to avoid any doubt. | |||
| 172 | 172 | All fixes must have a test case which demonstrates the defect. The test should | |
| 173 | 173 | fail before the change, and pass after the change. | |
| 174 | 174 | ||
| 175 | - All pull requests must pass continuous integration tests on the | ||
| 176 | - [project CI server](https://ci.nodejs.org/). | ||
| 175 | + All pull requests must pass continuous integration tests. Code changes must pass | ||
| 176 | + on [project CI server](https://ci.nodejs.org/). Pull requests that only change | ||
| 177 | + documentation and comments can use Travis CI results. | ||
| 177 | 178 | ||
| 178 | 179 | Do not land any pull requests without passing (green or yellow) CI runs. If | |
| 179 | 180 | there are CI failures unrelated to the change in the pull request, try "Resume | |
@@ -187,10 +188,6 @@ everything else. | |||
| 187 | 188 | is the CI job to test pull requests. It runs the `build-ci` and `test-ci` | |
| 188 | 189 | targets on all supported platforms. | |
| 189 | 190 | ||
| 190 | - * [`node-test-pull-request-lite-pipeline`](https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/) | ||
| 191 | - runs the linter job. It also runs the tests on a very fast host. This is useful | ||
| 192 | - for changes that only affect comments or documentation. | ||
| 193 | - | ||
| 194 | 191 | * [`citgm-smoker`](https://ci.nodejs.org/job/citgm-smoker/) | |
| 195 | 192 | uses [`CitGM`](https://github.com/nodejs/citgm) to allow you to run | |
| 196 | 193 | `npm install && npm test` on a large selection of common modules. This is | |
| Back | FazBrowse Home | New Git URL |
0 commit comments