Add functest-gate view 44/70344/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 15 Jun 2020 07:32:52 +0000 (09:32 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 15 Jun 2020 07:32:52 +0000 (09:32 +0200)
It allows quickly filtering on gates.

Change-Id: I862c8711a58926cde2a2ec651fba8e7f7e7e40ab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest.yaml

index f8a14b9..2647581 100644 (file)
       - 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$