Fix trivy view regexes 88/71988/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 11 Feb 2021 14:15:07 +0000 (15:15 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 11 Feb 2021 14:15:07 +0000 (15:15 +0100)
It's not a multijob as the other entry jobs.

Change-Id: I88e385ff64b3fdb4a731a25fe9193ed07a29d421
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-kubernetes.yaml
jjb/functest/functest.yaml
jjb/functest/xtesting.yaml

index 1f92660..b12a2da 100644 (file)
       - last-success
       - last-failure
       - last-duration
-    regex: ^functest-kubernetes-[a-z]+-trivy$
+    regex: ^functest-kubernetes-[a-z]+-[a-z]+-[a-z]+-trivy$
index 0768bd0..c11e366 100644 (file)
       - last-success
       - last-failure
       - last-duration
-    regex: ^functest-[a-z]+-trivy$
+    regex: ^functest-[a-z]+-[a-z]+-[a-z]+-trivy$
index 87290ca..218a9da 100644 (file)
       - last-success
       - last-failure
       - last-duration
-    regex: ^xtesting-[a-z]+-trivy$
+    regex: ^xtesting-[a-z]+-[a-z]+-[a-z]+-trivy$