This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 20013d500a881b9ee536e051f4158f7e97793728
Author: Daniel Gruno <humbed...@apache.org>
AuthorDate: Fri Feb 16 19:55:58 2018 +0100

    set up a widget for CI
---
 api/yaml/widgets.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/api/yaml/widgets.yaml b/api/yaml/widgets.yaml
index dedbbab..f9b9006 100644
--- a/api/yaml/widgets.yaml
+++ b/api/yaml/widgets.yaml
@@ -710,4 +710,53 @@ widgets:
                         source: "bio/newtimers"
                         name:   "New contributors"
                         blocks: 12
+                    
+
+## CONTINUOUS INTEGRATION
+    ci:
+        title: "Continuous Integration"
+        rows:
+            -
+                name: "Date picker row"
+                children:
+                    -
+                        type:   "datepicker"
+                        blocks: 4
+                        name:   "Date picker"
+                    -
+                        type:   "viewpicker"
+                        blocks: 4
+                        source: "views"
+                        name:   "Quick filter"
+                    -
+                        type:   cipicker
+                        blocks: 4
+                        source: "sources"
+                        name:   "CI picker"
+            -
+                name: "CI queue"
+                children:
+                    -
+                        type:   "line"
+                        source: "ci/queue"
+                        name:   "CI Queue"
+                        blocks: 6
+                    -
+                        type:   "line"
+                        source: "ci/status"
+                        name:   "CI Queue Status"
+                        blocks: 6
+            -
+                name: "Busiest Jobs"
+                children:
+                    -
+                        type:   "donut"
+                        source: "ci/top-buildtime"
+                        name:   "Busiest jobs by build time (in days)"
+                        blocks: 6
+                    -
+                        type:   "donut"
+                        source: "ci/top-buildcount"
+                        name:   "Busiest jobs by build count"
+                        blocks: 6
                     
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
humbed...@apache.org.

Reply via email to