Skip to content

Commit 300fe21

Browse files
committed
docs: update collaborator guide with citgm instructions
1 parent a2f9ccd commit 300fe21

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,24 @@ not used in other CI test runs (such as tests in the `internet` or `pummel`
222222
directories). It can also make sure tests pass when provided with a flag not
223223
used in other CI test runs (such as `--worker`).
224224

225+
##### citgm-smoker
226+
227+
From the citgm-smoker page, click "Build with Parameters" on the left side.
228+
229+
You generally need to enter only two things in the form:
230+
231+
* `GIT_REMOTE_REF`: Change this to refs/pull/NNNNN/head where NNNNN is the pull
232+
request ID.
233+
* `REBASE_ONTO`: Change that to origin/master so the pull request gets rebased
234+
onto master. This can especially be important for pull requests that have been
235+
open a while.
236+
237+
Look at the list of jobs on the left hand side under "Build History" and copy
238+
the link to the one you started (which will be the one on top, but click
239+
through to make sure it says something like "Started 5 seconds ago"
240+
(top right) and "Started by user ...". Copy/paste the URL for the job into a
241+
comment in the pull request.
242+
225243
### Internal vs. Public API
226244

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

0 commit comments

Comments
 (0)