Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update collaborator guide with citgm instructions #31549

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
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
18 changes: 18 additions & 0 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,24 @@ not used in other CI test runs (such as tests in the `internet` or `pummel`
directories). It can also make sure tests pass when provided with a flag not
used in other CI test runs (such as `--worker`).

##### citgm-smoker
richardlau marked this conversation as resolved.
Show resolved Hide resolved

From the citgm-smoker page, click "Build with Parameters" on the left side.

You generally need to enter only two things in the form:

* `GIT_REMOTE_REF`: Change this to refs/pull/NNNNN/head where NNNNN is the pull
request ID.
richardlau marked this conversation as resolved.
Show resolved Hide resolved
* `REBASE_ONTO`: Change that to origin/master so the pull request gets rebased
ronag marked this conversation as resolved.
Show resolved Hide resolved
onto master. This can especially be important for pull requests that have been
open a while.

Look at the list of jobs on the left hand side under "Build History" and copy
the link to the one you started (which will be the one on top, but click
through to make sure it says something like "Started 5 seconds ago"
(top right) and "Started by user ...". Copy/paste the URL for the job into a
comment in the pull request.

### Internal vs. Public API

All functionality in the official Node.js documentation is part of the public
Expand Down