From 62b04f8c063494efb98293068d582e86ebb99555 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 4 Jan 2019 02:20:51 +0100 Subject: [PATCH] Precise Xtesting view filter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ib2488e32b766b1a3c1ec68797b9d510397517b0b Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 97911fcfd..8e2b1e82c 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -188,7 +188,7 @@ use-build-blocker: true blocking-level: 'NODE' blocking-jobs: - - '^xtesting-.*-[a-z0-9]*$' + - '^xtesting-.*-(daily|check|gate)$' builders: - multijob: name: remove former images @@ -280,7 +280,7 @@ use-build-blocker: true blocking-level: 'NODE' blocking-jobs: - - '^xtesting-.*-[a-z0-9]*$' + - '^xtesting-.*-(daily|check|gate)$' builders: - multijob: name: remove former images @@ -352,7 +352,7 @@ use-build-blocker: true blocking-level: 'NODE' blocking-jobs: - - '^xtesting-.*-[a-z0-9]*$' + - '^xtesting-.*-(daily|check|gate)$' builders: - multijob: name: remove former images @@ -406,4 +406,4 @@ - last-success - last-failure - last-duration - regex: ^xtesting-.*-[a-z0-9]*$ + regex: ^xtesting-.*-(daily|check|gate)$ -- 2.16.6