summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-08-07 14:59:24 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-08-07 15:04:48 +0200
commitee08d5fd8abd0e9807188582727a6a88595b32e8 (patch)
tree8e6211d48935e4df450845f6bddd1ca0af7b87ae /jjb
parent7f3e097d43819349142b3e83ae1b3002ffb07954 (diff)
Improve Xtesting view filtering
Else gate jobs are not well filtered. Change-Id: I9beb827e6d6237df4a103593a094c54410cd3655 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/functest/xtesting.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml
index 46d3c4e19..40fd3abe3 100644
--- a/jjb/functest/xtesting.yaml
+++ b/jjb/functest/xtesting.yaml
@@ -680,7 +680,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z0-9-]+-daily$
+ regex: ^xtesting-(arm.*-|amd64-)*[a-z]+-daily$
- view:
name: xtesting-gate
@@ -692,4 +692,4 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z0-9-]+-gate$
+ regex: ^xtesting-(arm.*-|amd64-)*[a-z]+-gate$