We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaa940 commit 2acf653Copy full SHA for 2acf653
COLLABORATOR_GUIDE.md
@@ -187,7 +187,9 @@ Do not land any pull requests without passing (green or yellow) CI runs. If
187
there are CI failures unrelated to the change in the pull request, try "Resume
188
Build". It is in the left navigation of the relevant `node-test-pull-request`
189
job. It will preserve all the green results from the current job but re-run
190
-everything else.
+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.
193
194
Some of the CI Jobs may require `GIT_REMOTE_REF` which is the remote portion
195
of Git refspec. To specify the branch this way `refs/heads/BRANCH` is used
0 commit comments