Add all Functest gate views 36/70436/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 3 Jul 2020 08:50:43 +0000 (10:50 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 3 Jul 2020 08:50:43 +0000 (10:50 +0200)
Change-Id: I0463926ea1e3c1e93ac160ea3946f358cfc27585
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-kubernetes.yaml
jjb/functest/xtesting.yaml

index 3beedb3..e6b110b 100644 (file)
       - last-failure
       - last-duration
     regex: ^functest-kubernetes-[a-z]+-daily$
+
+- view:
+    name: functest-kubernetes-gate
+    view-type: list
+    columns:
+      - status
+      - weather
+      - job
+      - last-success
+      - last-failure
+      - last-duration
+    regex: ^functest-kubernetes-[a-z]+-gate$
index 79e7b5c..f2b3dac 100644 (file)
       - last-failure
       - last-duration
     regex: ^xtesting-[a-z]+-daily$
+
+- view:
+    name: xtesting-gate
+    view-type: list
+    columns:
+      - status
+      - weather
+      - job
+      - last-success
+      - last-failure
+      - last-duration
+    regex: ^xtesting-[a-z]+-gate$