summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-11 14:50:21 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-11 14:50:21 +0100
commit733296a44afeb2b1585b2793edc42100c40ecb42 (patch)
treee5c5e5f8f67d70fe99d361762a6b293f12ccb5e8 /jjb/functest/xtesting.yaml
parent6ffddbea33bb13caa0a43aa9f22086ffbac0f9fd (diff)
Improve view filters
Change-Id: Ia738eca55a05533395e17a0fc9d8323e8d128f1e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r--jjb/functest/xtesting.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml
index 1c12a1a7f..87290ca20 100644
--- a/jjb/functest/xtesting.yaml
+++ b/jjb/functest/xtesting.yaml
@@ -702,7 +702,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z-]+-daily$
+ regex: ^xtesting-[a-z]+-daily$
- view:
name: xtesting-review
@@ -714,7 +714,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z-]+-review$
+ regex: ^xtesting-[a-z]+-review$
- view:
name: xtesting-tox
@@ -726,7 +726,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z-]+-tox$
+ regex: ^xtesting-[a-z]+-tox$
- view:
name: xtesting-docker
@@ -738,7 +738,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z-]+-docker$
+ regex: ^xtesting-[a-z]+-docker$
- view:
name: xtesting-trivy
@@ -750,4 +750,4 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z-]+-trivy$
+ regex: ^xtesting-[a-z]+-trivy$