<div dir="ltr">Hi,<div><br></div><div>I agree this is a good use case. </div><div>I guess right now you can't begin the builder by a 0 else it wouldn't be an identifier.</div><div>What you can do is to prefix all by normal builders by 'B', and virtual builders by 'V'</div><div>This is a bit silly but that would work.</div><div><br></div><div>Regards,<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Pierre</div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 26 juil. 2020 à 14:05, Ryan Schmidt <<a href="mailto:buildbot@ryandesign.com">buildbot@ryandesign.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have certain builders that I always want to appear at the beginning of the list of builders (in the waterfall, console, list of builders, etc.), despite the fact that alphabetically they would not sort there.<br>
<br>
I tried modifying the builder names to begin with a space. This seems to do what I want, but the buildbot nine migration guide says builder names must be identifiers composed of alphanumeric characters, dash, and underscore. Is it likely that using invalid characters in builder names is causing a problem now or will cause a problem in a future version of buildbot?<br>
<br>
I see that the janitor task names itself "__Janitor", perhaps to make it sort first, but leading underscores are unsightly.<br>
<br>
Is there another way to influence the sort order? Perhaps there could be a "sort order" integer for each builder. Then I could set the sort order to "0" for those that I want to be first and "1" for those that I want to be after all the "0"s.<br>
<br>
In fact I want all non-virtual builders to come before all virtual builders, in case that changes the answer about whether it can be done or how to do it.<br>
<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>