diff options
-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)$ |