From: Cédric Ollivier Date: Fri, 12 Feb 2021 13:29:30 +0000 (+0100) Subject: Fix trivy and xtesting-pi views by hand X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3a90a3eee631968834ef1de74f06be36b83e7a3c;p=releng.git Fix trivy and xtesting-pi views by hand Change-Id: Ic951a5a9681738097f7f457d3265f7c82a8faaf8 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 9d4768c18..967ce5d77 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -1362,4 +1362,4 @@ - last-success - last-failure - last-duration - regex: ^functest-[a-z-0-9]+-trivy$ + regex: (?!functest-kubernetes)^functest-[a-z-0-9]+-trivy$ diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml index dcbc53700..e3830ec68 100644 --- a/jjb/functest/xtesting-pi.yaml +++ b/jjb/functest/xtesting-pi.yaml @@ -346,4 +346,4 @@ - last-success - last-failure - last-duration - regex: ^xtesting-pi-[a-z0-9]+-daily$ + regex: ^xtesting-pi-[a-z-0-9]+-daily$