Skip to content

Commit 4691862

Browse files
committed
doc: improve guide text for CI runs
Make the text about CI runs in the COLLABORATOR_GUIDE more concise. Add information about Resume Build which should generally be preferred over Rebuild.
1 parent b016745 commit 4691862

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,10 @@ status indicator.
199199

200200
Do not land any Pull Requests without passing (green or yellow) CI runs. If you
201201
believe any failed (red or grey) CI sub-tasks are unrelated to the change in the
202-
Pull Request, you may re-run the sub-task to try to see if it passes (just open
203-
the failed sub-task page and press the "Rebuild" button; be sure you are still
204-
logged in for this action). If re-runs of all failed sub-tasks pass (do not
205-
forget to provide the links for successfully rerun sub-tasks), it is permissible
206-
to land the Pull Request but only if the initial failures are believed in good
207-
faith to be unrelated to the changes in the Pull Request. Otherwise, reasonable
208-
steps must be taken to confirm that the changes are not resulting in an
209-
unreliable test.
202+
Pull Request, use "Resume Build" in the left navigation of the
203+
node-test-pull-request job. It will create a new node-test-pull-request run that
204+
preserves all the green results from the current run but re-runs everything
205+
else.
210206

211207
#### Useful CI Jobs
212208

0 commit comments

Comments
 (0)