Fix CLM tab view 31/72131/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 21 May 2018 19:16:42 +0000 (12:16 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 21 May 2018 19:16:42 +0000 (12:16 -0700)
The regex for the tab is incorrect and therefore not returning any jobs.
Additionally, we must have the Policy Violations column for it to be of
any use.

Change-Id: Ibe74ee2d0ee5eed7f7fdaadad1598692f9c098eb
JIRA: RELENG-122
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/releng-views.yaml

index e81268e02cf221c9a5f72fbaf164f5eb95de3ab7..551d4486f7cb7c3df30b242251270fbd8d50169f 100644 (file)
 - view:
     name: CLM
     description: 'List of CLM jobs'
-    regex: '.*-clm$'
-    <<: *releng_view_common
+    regex: '.*-clm-.*'
+    view-type: list
+    filter-executors: false
+    filter-queue: false
+    columns:
+      - status
+      - weather
+      - job
+      - last-success
+      - last-failure
+      - last-duration
+      - build-button
+      - policy-violations
+    recurse: false
 
 - view:
     name: CSIT-1node