Skip to content

Commit 45dd15f

Browse files
committed
fixup
1 parent 300fe21 commit 45dd15f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,9 @@ 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
225+
From the CI Job page, click "Build with Parameters" on the left side.
226226

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:
227+
You generally need to enter only one or both of the following in the form:
230228

231229
* `GIT_REMOTE_REF`: Change this to refs/pull/NNNNN/head where NNNNN is the pull
232230
request ID.
@@ -237,8 +235,11 @@ open a while.
237235
Look at the list of jobs on the left hand side under "Build History" and copy
238236
the link to the one you started (which will be the one on top, but click
239237
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.
238+
(top right) and "Started by user ...".
239+
240+
Copy/paste the URL for the job into a comment in the pull request.
241+
[`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)
242+
is an exception where the GitHub bot will automatically post for you.
242243

243244
### Internal vs. Public API
244245

0 commit comments

Comments
 (0)