Re: [RFC] On sending forge pull request discussions to the mailing list
"Richard Earnshaw (foss)" <[email protected]>
| Newsgroups | gmane.comp.ai.sourceware.forge,gmane.comp.gcc.devel |
|---|---|
| Message-ID | <[email protected]> |
On 08/04/2026 14:52, Ben Boeckel via Gcc wrote:
> On Tue, Apr 07, 2026 at 14:04:18 +0100, Richard Earnshaw (foss) wrote:
>> I suspect the best solution would be if we could re-implement the
>> Linaro bot as a runner. But there are security implications that
>> would need to be investigate for that, since the runner would then be
>> managed by the forge (sent jobs), but would be in a separate
>> administrative/security domain.
>
> Hmm…I don't think that should be necessary. This is the API I'm thinking
> of:
>
> https://forge.sourceware.org/api/swagger#/repository/repoCreateStatus
>
> /repos/{owner}/{repo}/statuses/{sha}
>
> It should render near any native CI results as well.
>
> Thanks,
>
> --Ben
Isn't that limited to one result though? What if there were multiple CIs running. They would need to collude in order to update that.
R.