From: Alexandru Avadanii Date: Wed, 17 Jul 2019 17:22:05 +0000 (+0200) Subject: [iec] view: Hide downstream projects X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=27d29d845db84ac1768770fbdff8a593a41bc66b;hp=78a67a4f50165fdd093e6ac2638f3f184dd56b84 [iec] view: Hide downstream projects IEC Jenkins project view is getting cluttered with all the downstream static project jobs (e.g. deploy, destroy, install-). 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 Signed-off-by: Eric Ball --- diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 1c4a758..bf2f648 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -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 # -------------------------------