File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,24 @@ 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
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
+
225
243
### Internal vs. Public API
226
244
227
245
All functionality in the official Node.js documentation is part of the public
You can’t perform that action at this time.
0 commit comments