summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-06-15 09:32:52 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-06-15 09:32:52 +0200
commitceae2e2fcfdc57292d02702095da17765fcf2e45 (patch)
treef6978365ba81798f3b906a6a46565451c0102866 /jjb/functest/functest.yaml
parent051206b1219c469c86f108780740f79e74a58661 (diff)
Add functest-gate view
It allows quickly filtering on gates. Change-Id: I862c8711a58926cde2a2ec651fba8e7f7e7e40ab Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index f8a14b954..2647581f9 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -1210,3 +1210,15 @@
- last-failure
- last-duration
regex: ^functest(-ovn)?-[a-z]+-daily$
+
+- view:
+ name: functest-gate
+ view-type: list
+ columns:
+ - status
+ - weather
+ - job
+ - last-success
+ - last-failure
+ - last-duration
+ regex: ^functest(-ovn)?-[a-z]+-gate$