From aed609f5e573eaf4572512267fd03c3bf4cab277 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 13 Feb 2021 16:58:06 +0100 Subject: Manage view filters by XtestingCI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8823190d7e72850690bdd8945f726466cc4dc956 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-pi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/functest/functest-pi.yaml') diff --git a/jjb/functest/functest-pi.yaml b/jjb/functest/functest-pi.yaml index 51f8df3bb..5409d2dfc 100644 --- a/jjb/functest/functest-pi.yaml +++ b/jjb/functest/functest-pi.yaml @@ -766,7 +766,7 @@ <<: *functest-pi-jobs - project: - name: 'functest-pi' + name: 'functest-pi-daily' <<: *functest-pi-params jobs: - 'functest-pi-{tag}-daily' @@ -781,4 +781,4 @@ - last-success - last-failure - last-duration - regex: (?!functest-kubernetes)^functest-pi-[a-z-0-9]+-daily$ + regex: ^functest-pi-[a-z0-9]+-daily$ -- cgit 1.2.3-korg