Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 426ca26

Browse filesBrowse files
richardlauaddaleax
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 <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>
1 parent 00f7cc6 commit 426ca26
Copy full SHA for 426ca26

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎COLLABORATOR_GUIDE.md‎

Copy file name to clipboardExpand all lines: COLLABORATOR_GUIDE.md
+3-1Lines changed: 3 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.