diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-04 02:20:51 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-04 02:20:51 +0100 |
commit | 62b04f8c063494efb98293068d582e86ebb99555 (patch) | |
tree | 1abdd8912389299da598b3aa6e1a9d1519c95b7b /jjb/functest | |
parent | d1a590abb5d3f3e5c80cc195c7bc6438adcba62d (diff) |
Precise Xtesting view filter
Change-Id: Ib2488e32b766b1a3c1ec68797b9d510397517b0b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 8 |
1 files 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)$ |