From bc2ce941f10f9857a7f2487a87b44693479831fc Mon Sep 17 00:00:00 2001 From: tom-shan Date: Thu, 5 Apr 2018 11:33:06 +0800 Subject: [PATCH] Add gerrit commentlink for noop job in zuulv3 The commentlink for noop jobs of zuulv3 is not working properly. So we add a commentlink match for noop jobs. Change-Id: Ic9f5812d1fc666e718bd478c5a361ed5ad18a0a7 Depends-On: https://review.openstack.org/#/c/559634/ Signed-off-by: tom-shan --- modules/openstack_project/manifests/review.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 034bd36b81..d0707cb293 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -168,6 +168,11 @@ class openstack_project::review ( match => '
  • ([^ ]+) ([^<]+) : ([^ ]+)([^<]*)
  • ', html => '
  • $1 $3$4
  • ', }, + { + name => 'testresultnoop', + match => '
  • noop noop : SUCCESS([^<]*)
  • ', + html => '
  • noop SUCCESS$1
  • ', + }, { name => 'launchpadbug', match => '[^<]+',