Fix Xtesting view filters 87/70687/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 7 Aug 2020 12:43:57 +0000 (14:43 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 7 Aug 2020 12:43:57 +0000 (14:43 +0200)
Change-Id: Ia33ac05b462fa4d94e013368aed1bb37486804d7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting.yaml

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