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
We've noticed this happen 2 times in approximately 2 weeks, but that's only from "known" failures to deploy. So I suspect there could be more cases.
We've observed intermittent failure where RiffRaff will not register a build and therefore not run Continuous Deployment following a RiffRaff GitHub Action. Best guess is there's some exit of the runtime before successful run of this block.
We have PR > Build 1 (on merge) > Build 2 (manually run this morning). Both builds create the Build number 11396. And the second manual run this morning triggered the RiffRaff build
Both exit 0. But pulling the tail of the logs shows only the successful run second prints "Upload Complete". Naive guess is that's this here.
tylr-mk
changed the title
BUG: No write of build.json leads to no RiffRaff deploy
BUG: GHA possibly not writing build.json. Otherwise other bug leads to no RiffRaff deploy
Oct 22, 2024
We've noticed this happen 2 times in approximately 2 weeks, but that's only from "known" failures to deploy. So I suspect there could be more cases.
We've observed intermittent failure where RiffRaff will not register a build and therefore not run Continuous Deployment following a RiffRaff GitHub Action. Best guess is there's some exit of the runtime before successful run of this block.
We have PR > Build 1 (on merge) > Build 2 (manually run this morning). Both builds create the Build number 11396. And the second manual run this morning triggered the RiffRaff build
Both exit 0. But pulling the tail of the logs shows only the successful run second prints "Upload Complete". Naive guess is that's this here.
The text was updated successfully, but these errors were encountered: