Improve Xtesting view filtering 89/70689/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 7 Aug 2020 12:59:24 +0000 (14:59 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 7 Aug 2020 13:04:48 +0000 (15:04 +0200)
Else gate jobs are not well filtered.

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

index 46d3c4e..40fd3ab 100644 (file)
       - last-success
       - last-failure
       - last-duration
-    regex: ^xtesting-[a-z0-9-]+-daily$
+    regex: ^xtesting-(arm.*-|amd64-)*[a-z]+-daily$
 
 - view:
     name: xtesting-gate
       - last-success
       - last-failure
       - last-duration
-    regex: ^xtesting-[a-z0-9-]+-gate$
+    regex: ^xtesting-(arm.*-|amd64-)*[a-z]+-gate$