summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-02-21 15:53:03 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-02-21 15:53:03 +0100
commit5f817a39316877a864bde19f0c57637591deb220 (patch)
treeddad341870551de4dc0af618d8e0ccd43508c0af
parenta7981bb0f28f8d0faa3285d280450f981738f571 (diff)
Update Functest Jenking view regex
It takes the new ovn jobs into account. Change-Id: Ie029f803bf06ef569c347f8b94fd19ca779ebd9b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--jjb/functest/functest.yaml2
1 files changed, 1 insertions, 1 deletions
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)$