mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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>
This commit is contained in:
parent
d67c37725a
commit
f3a509720b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user