Hi All,
Have been using Drone and Gitea for a while with one ssh runner, things seemed to work fine, builds start as expected when a commit takes place.
Then tried to add another ssh runner, this time the runner is not triggered, basically the only way to get the build is by clicking on the big blue New Build button.
The two repos are basically identical, albeit the runners are running on different hosts. Noticed also that the new repo does not have a webhook created in Gitea, whereas the first repo corresponding to the working runner does.
Also the Drone console Repositories > Branches tab shows the master branch for the working runner but not for the second one.
Checked logs of both server and runner, the server log has this error (not sure if relevant):
{"error":"stream: not found","level":"warning","msg":"manager: cannot teardown log stream","step.id":42,"step.name":"test","step.status":"skipped","time":"2023-04-17T14:58:10Z"}
What could be wrong here?
Thanks