File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,9 @@ not used in other CI test runs (such as tests in the `internet` or `pummel`
222
222
directories). It can also make sure tests pass when provided with a flag not
223
223
used in other CI test runs (such as ` --worker ` ).
224
224
225
- ##### citgm-smoker
225
+ From the CI Job page, click "Build with Parameters" on the left side.
226
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:
227
+ You generally need to enter only one or both of the following in the form:
230
228
231
229
* ` GIT_REMOTE_REF ` : Change this to refs/pull/NNNNN/head where NNNNN is the pull
232
230
request ID.
@@ -237,8 +235,11 @@ open a while.
237
235
Look at the list of jobs on the left hand side under "Build History" and copy
238
236
the link to the one you started (which will be the one on top, but click
239
237
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.
242
243
243
244
### Internal vs. Public API
244
245
You can’t perform that action at this time.
0 commit comments