Skip to content

Commit f7aa22a

Browse files
Trotttargos
authored andcommitted
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. PR-URL: #21645 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent a5233c7 commit f7aa22a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

COLLABORATOR_GUIDE.md

+4-8
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 relevant
203+
`node-test-pull-request` job. It will create a new `node-test-pull-request` run
204+
that preserves all the green results from the current job but re-runs everything
205+
else.
210206

211207
#### Useful CI Jobs
212208

0 commit comments

Comments
 (0)