From 38e4d4d72d69666771f89a6ec7f0bddd4b5583a7 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 21 Aug 2018 18:53:15 +0200 Subject: [PATCH] meta: PRs with infra failures can land Amend the collaborator guide so that in case of severe infrastructure failures we could still land PRs. --- COLLABORATOR_GUIDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 8402d742a44a5d..914220d32c3168 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -203,6 +203,9 @@ Pull Request, use "Resume Build" in the left navigation of the relevant that preserves all the green results from the current job but re-runs everything else. +PRs with infrastructure failures (disk space, Jenkins crashes) can land +after opening an issue at https://github.com/nodejs/build. + #### Useful CI Jobs * [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)