From 958b9ea782ad7b8c6fbde821ed2e00eca031bbda Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 13 Feb 2021 20:58:00 +0100 Subject: Fix pi daily regex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tags contain '-' due to architectures Change-Id: I7d82949197575dc51bd612ccf90d1808ed4ffef3 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-pi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/functest/functest-pi.yaml') diff --git a/jjb/functest/functest-pi.yaml b/jjb/functest/functest-pi.yaml index 5409d2dfc..f212c51fa 100644 --- a/jjb/functest/functest-pi.yaml +++ b/jjb/functest/functest-pi.yaml @@ -781,4 +781,4 @@ - last-success - last-failure - last-duration - regex: ^functest-pi-[a-z0-9]+-daily$ + regex: ^functest-pi-[a-z-0-9]+-daily$ -- cgit 1.2.3-korg