diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-12 14:29:30 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-12 14:29:30 +0100 |
commit | 3a90a3eee631968834ef1de74f06be36b83e7a3c (patch) | |
tree | 9c28de90b88ab24e92264177c450edf95f8dd79e /jjb/functest | |
parent | 7704a7556f9796f2a53990c101560c61046bdda7 (diff) |
Fix trivy and xtesting-pi views by hand
Change-Id: Ic951a5a9681738097f7f457d3265f7c82a8faaf8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.yaml | 2 | ||||
-rw-r--r-- | jjb/functest/xtesting-pi.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |