Browse code

poule: add `rebuild/*` to rebuild all at once

Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com>

Arnaud Porterie (icecrime) authored on 2016/11/09 02:42:09
Showing 1 changed files
... ...
@@ -46,6 +46,13 @@
46 46
   operations:
47 47
       - type:       rebuild
48 48
         settings: {
49
+            # When configurations are empty, the `rebuild` operation rebuilds all the currently
50
+            # known statuses for that pull request.
51
+            configurations: [],
52
+            label:          "rebuild/*",
53
+        }
54
+      - type:       rebuild
55
+        settings: {
49 56
             configurations: [ arm ],
50 57
             label:          "rebuild/arm",
51 58
         }