From: Cédric Ollivier Date: Fri, 4 Jan 2019 01:20:51 +0000 (+0100) Subject: Precise Xtesting view filter X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=62b04f8c063494efb98293068d582e86ebb99555 Precise Xtesting view filter Change-Id: Ib2488e32b766b1a3c1ec68797b9d510397517b0b Signed-off-by: Cédric Ollivier --- 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)$