From 3d89d694eab1313a66958a3e4b63194935559129 Mon Sep 17 00:00:00 2001 From: "Arnaud Porterie (icecrime)" Date: Tue, 8 Nov 2016 09:42:09 -0800 Subject: [PATCH] poule: add `rebuild/*` to rebuild all at once Signed-off-by: Arnaud Porterie (icecrime) --- poule.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/poule.yml b/poule.yml index 97bd5fc027..61aab4551b 100644 --- a/poule.yml +++ b/poule.yml @@ -44,6 +44,13 @@ - triggers: pull_request: [ labeled ] operations: + - type: rebuild + settings: { + # When configurations are empty, the `rebuild` operation rebuilds all the currently + # known statuses for that pull request. + configurations: [], + label: "rebuild/*", + } - type: rebuild settings: { configurations: [ arm ],