From 7f3e097d43819349142b3e83ae1b3002ffb07954 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 7 Aug 2020 14:43:57 +0200 Subject: Fix Xtesting view filters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia33ac05b462fa4d94e013368aed1bb37486804d7 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/functest') 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$ -- cgit 1.2.3-korg