From: Cédric Ollivier Date: Fri, 21 Feb 2020 14:53:03 +0000 (+0100) Subject: Update Functest Jenking view regex X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5f817a39316877a864bde19f0c57637591deb220;p=releng.git Update Functest Jenking view regex It takes the new ovn jobs into account. Change-Id: Ie029f803bf06ef569c347f8b94fd19ca779ebd9b Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index b93be3a4e..663db8c81 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -1110,4 +1110,4 @@ - last-success - last-failure - last-duration - regex: ^functest-[a-z]+-(daily|check|gate)$ + regex: ^functest(-ovn)?-[a-z]+-(daily|check|gate)$