summaryrefslogtreecommitdiff
path: root/COLLABORATOR_GUIDE.md
diff options
context:
space:
mode:
authorDenys Otrishko <shishugi@gmail.com>2019-11-12 10:44:32 +0200
committerTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-11-20 16:58:07 -0800
commitc8d00d9ed06a9983c02d7a250d96c81980e0e3a6 (patch)
treea6a47d437a1cbda44b411187ffbc949905ab53cb /COLLABORATOR_GUIDE.md
parentf4b240f01276126b76978bb1d69cf79dd9e2cf6c (diff)
downloadandroid-node-v8-c8d00d9ed06a9983c02d7a250d96c81980e0e3a6.tar.gz
android-node-v8-c8d00d9ed06a9983c02d7a250d96c81980e0e3a6.tar.bz2
android-node-v8-c8d00d9ed06a9983c02d7a250d96c81980e0e3a6.zip
doc: explain GIT_REMOTE_REF in COLLABORATOR_GUIDE
PR-URL: https://github.com/nodejs/node/pull/30371 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 36c2a89758..0c5711fe8a 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -189,6 +189,12 @@ Build". It is in the left navigation of the relevant `node-test-pull-request`
job. It will preserve all the green results from the current job but re-run
everything else.
+Some of the CI Jobs may require `GIT_REMOTE_REF` which is the remote portion
+of Git refspec. To specify the branch this way `refs/heads/BRANCH` is used
+(i.e for `master` -> `refs/heads/master`).
+For pull requests it will look like `refs/pull/PR_NUMBER/head`
+(i.e. for PR#42 -> `refs/pull/42/head`).
+
#### Useful CI Jobs
* [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)