summaryrefslogtreecommitdiff
path: root/COLLABORATOR_GUIDE.md
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-11-22 16:31:52 -0500
committerRichard Lau <riclau@uk.ibm.com>2019-11-25 19:15:03 -0500
commitf3a509720bf285d8182a58c28d8b100d10961f56 (patch)
treeb557bb1579af8764216dc1882da21201e2be929b /COLLABORATOR_GUIDE.md
parentd67c37725adebfbdee6cb78ea4261833448ddf4c (diff)
downloadandroid-node-v8-f3a509720bf285d8182a58c28d8b100d10961f56.tar.gz
android-node-v8-f3a509720bf285d8182a58c28d8b100d10961f56.tar.bz2
android-node-v8-f3a509720bf285d8182a58c28d8b100d10961f56.zip
doc: document "Resume Build" limitation
Compiled binaries for fanned CI builds on Windows and ARM are only kept for seven days. PR-URL: https://github.com/nodejs/node/pull/30604 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 0c5711fe8a..a42c4c8b35 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -187,7 +187,9 @@ Do not land any pull requests without passing (green or yellow) CI runs. If
there are CI failures unrelated to the change in the pull request, try "Resume
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.
+everything else. Start a fresh CI if more than seven days have elapsed since
+the original failing CI as the compiled binaries for the Windows and ARM
+platforms are only kept for seven days.
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