From: Cédric Ollivier Date: Mon, 15 Jun 2020 07:32:52 +0000 (+0200) Subject: Add functest-gate view X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ceae2e2fcfdc57292d02702095da17765fcf2e45;p=releng.git Add functest-gate view It allows quickly filtering on gates. Change-Id: I862c8711a58926cde2a2ec651fba8e7f7e7e40ab Signed-off-by: Cédric Ollivier --- 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$