Skip to content

Commit 2acf653

Browse files
richardlautargos
authored andcommitted
doc: document "Resume Build" limitation
Compiled binaries for fanned CI builds on Windows and ARM are only kept for seven days. PR-URL: #30604 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 2eaa940 commit 2acf653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

COLLABORATOR_GUIDE.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ Do not land any pull requests without passing (green or yellow) CI runs. If
187187
there are CI failures unrelated to the change in the pull request, try "Resume
188188
Build". It is in the left navigation of the relevant `node-test-pull-request`
189189
job. It will preserve all the green results from the current job but re-run
190-
everything else.
190+
everything else. Start a fresh CI if more than seven days have elapsed since
191+
the original failing CI as the compiled binaries for the Windows and ARM
192+
platforms are only kept for seven days.
191193

192194
Some of the CI Jobs may require `GIT_REMOTE_REF` which is the remote portion
193195
of Git refspec. To specify the branch this way `refs/heads/BRANCH` is used

0 commit comments

Comments
 (0)