https://bugzilla.wikimedia.org/show_bug.cgi?id=66095

--- Comment #3 from Antoine "hashar" Musso <has...@free.fr> ---
We could do it. 

Zuul need to prepend the job name in the reported URL which is a single
configuration change in zuul.conf:

https://review.openstack.org/#/c/42495/2/modules/zuul/templates/zuul.conf.erb


Then in Gerrit configuration add a [commentlink] that for a matched regex
replace it with some HTML:


https://review.openstack.org/#/c/42495/2/modules/openstack_project/manifests/gerrit.pp,unified

 [commentlink "testresult"]
   match = '<li>([^ ]+) <a href=\"[^\"]+\">([^<]+)</a> : ([^ ]+)([^<]*)</li>',
   html  = '<li><span class=\"comment_test_name\"><a href=\"$2\">$1</a></span>
<span class=\"c
omment_test_result\"><span class=\"result_$3\">$3</span>$4</span></li>',


We can give it a try on integration-dev.eqiad.wmflabs.


I don't have much time to look at it right now though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to