You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm playing around with the self-hosted backend for digger.
I created two projects where one has depends_on on another. Digger successfully runs the plans for the first project, however, it never schedules the second project. I can see no errors in the backend logs.
Both action and backend are running digger v0.6.85
I also tested the project configuration using official Digger Cloud GitHub App, - and it works without issues.
Are dependencies supported on self-hosted digger? If so, any ideas what might be going on here?
I tried looking at the code for clues, but was not able to find where the dependent projects are supposed to be triggered. Any pointers welcome!
The text was updated successfully, but these errors were encountered:
Error fetching installation link: GithubAppInstallationLink not found for orgId: 1
I dug deeper into what was happening and also looked at the objects in database. It appears I had two organisations, 1 (external_id: digger) and 2 (external_id: looked like random token/id). My installation links were bound to org 2. But after the first digger job was finished, controller was looking up orgs with external_id = 'digger', and would fetch the incorrect org without installation links (hence the error).
I did not use the automated github app setup so maybe it had something to do with that. I've now manually changed the external_id of the correct org and it seems to be working fine.
Hi! I'm playing around with the self-hosted backend for digger.
I created two projects where one has depends_on on another. Digger successfully runs the plans for the first project, however, it never schedules the second project. I can see no errors in the backend logs.
Both action and backend are running digger
v0.6.85
I also tested the project configuration using official Digger Cloud GitHub App, - and it works without issues.
Are dependencies supported on self-hosted digger? If so, any ideas what might be going on here?
I tried looking at the code for clues, but was not able to find where the dependent projects are supposed to be triggered. Any pointers welcome!
The text was updated successfully, but these errors were encountered: