Update Jenkins common views 78/79078/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 25 Feb 2019 00:58:12 +0000 (10:58 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 25 Feb 2019 01:00:02 +0000 (11:00 +1000)
- Fix the view regex for verify CSIT jobs
- Common view template type

Issue-ID: CIMAN-33
Change-Id: Ic0d0a3be64619cd57bf4ca140fc6cc95a781c188
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/ci-management/ci-management-views.yaml

index 0c24a03..8915a2c 100644 (file)
       - csit-view
     view-name: CSIT-Verify
     view-description: 'List of CSIT Verify jobs'
-    view-regex: '^.*-csit-verify.*'
+    view-regex: '^.*-verify-csit.*'
 
 - view:
     name: Daily-Jobs
     views:
-      - csit-view
+      - common-view
     view-name: Daily-Jobs
     view-description: 'List of Daily Jobs'
     view-regex: '.*-daily'
@@ -91,7 +91,7 @@
 - view:
     name: External-Labs
     views:
-      - csit-view
+      - common-view
     view-name: External-Labs
     view-description: 'List of External Labs jobs'
     view-regex: '^lab-.*'