Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/contributing/first-contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ before approving the CI runs. Similar to the review process, be patient and resp
the volunteers' time when you are asking for help to trigger the CI runs, this helps build
trust to make future contributions smoother.

Since read access to the Jenkins CI is also restricted, one of the collaborators also will need to
let you know about any failures unless you are a member of one of the platform teams in the Node.js
organisation. If after a day or so from a collaborator triggering a Jenkins CI your PR shows a
Comment thread
sxa marked this conversation as resolved.
Outdated
failure in either the `node-test-pull-request` or `node-test-commit-*` checks it's worth adding a
comment to the PR asking what tests are failed, as the collaborator may not realise that you cannot
see the results directly.

### Q: The CI runs showed some failures that seem unrelated to my change. What should I do?

The Node.js CIs are known to be flaky. Consult the daily reports in
Expand Down
Loading