From: Cédric Ollivier Date: Fri, 7 Aug 2020 12:43:57 +0000 (+0200) Subject: Fix Xtesting view filters X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F70687%2F1;p=releng.git Fix Xtesting view filters Change-Id: Ia33ac05b462fa4d94e013368aed1bb37486804d7 Signed-off-by: Cédric Ollivier --- 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$