diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-07 14:43:57 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-07 14:43:57 +0200 |
commit | 7f3e097d43819349142b3e83ae1b3002ffb07954 (patch) | |
tree | 5af8ff1f2d31709bbf45c919efa6fcd01d1f25be | |
parent | 8f61bcc5c0491f183e4458960a72f37d48f95d9f (diff) |
Fix Xtesting view filters
Change-Id: Ia33ac05b462fa4d94e013368aed1bb37486804d7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/xtesting.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index c9ee5e556..46d3c4e19 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -680,7 +680,7 @@ - last-success - last-failure - last-duration - regex: ^xtesting-[a-z]+-daily$ + regex: ^xtesting-[a-z0-9-]+-daily$ - view: name: xtesting-gate @@ -692,4 +692,4 @@ - last-success - last-failure - last-duration - regex: ^xtesting-[a-z]+-gate$ + regex: ^xtesting-[a-z0-9-]+-gate$ |