<div dir="ltr">Thanks Jeremy, I'll keep it in mind.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 28, 2022 at 5:26 PM Jeremy Stanley <<a href="mailto:fungi@yuggoth.org">fungi@yuggoth.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2022-07-28 16:33:46 +0200 (+0200), Jiri Podivin wrote:<br>
[...]<br>
> What is the preferred way of stating the reason for a recheck? I've kind of<br>
> assumed that it's something like writing:<br>
> <br>
> " recheck: this is broken"<br>
> <br>
> but that doesn't trigger the CI. I've tried looking it up in the Zuul and<br>
> Opendev docs, but couldn't find anything.<br>
[...]<br>
<br>
The regular expression for it is configured here:<br>
<br>
<a href="https://opendev.org/openstack/project-config/src/commit/6b12602/zuul.d/pipelines.yaml#L24" rel="noreferrer" target="_blank">https://opendev.org/openstack/project-config/src/commit/6b12602/zuul.d/pipelines.yaml#L24</a><br>
<br>
What I usually do is "recheck because of nondeterminism in test foo"<br>
(or whatever the reason).<br>
<br>
Don't prepend anything before the word "recheck" and also follow the<br>
word with a space before you add any other text. I think Zuul must<br>
assume a required space after the regular expression since that<br>
doesn't seem to be encoded in the regex you see there. Make sure the<br>
"recheck" appears on the very first line of the comment too. Aside<br>
from that, you can add anything you like after it.<br>
<br>
Switching in/out of WIP and leaving votes at the same time as the<br>
recheck should also be avoided as they seem to cause the expression<br>
not to match.<br>
-- <br>
Jeremy Stanley<br>
</blockquote></div>