[iec] view: Hide downstream projects 14/1214/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 17 Jul 2019 17:22:05 +0000 (19:22 +0200)
committerEric Ball <eball@linuxfoundation.org>
Thu, 18 Jul 2019 22:21:46 +0000 (15:21 -0700)
IEC Jenkins project view is getting cluttered with all the downstream
static project jobs (e.g. deploy, destroy, install-<usecase>).

Filter only parent jobs (e.g. iec-compass-virtual-ubuntu1604-master),
which offer the best high-level visibility of the overall job status.

Change-Id: I26490baaf0e6c2dc294432804a1f7ba033e9ab6b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/iec/iec.yaml

index 1c4a758..bf2f648 100644 (file)
@@ -4,7 +4,9 @@
     project-name: 'iec'
     project: '{project-name}'
     views:
-      - project-view
+      - common-view:
+          view-name: iec
+          view-regex: '^{project-name}-(tox|fuel|compass)-.*'
     # -------------------------------
     # BRANCH DEFINITIONS
     # -------------------------------