-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
balena "draft" releases to force through broken / failed releases #293
Comments
FYI @vpetersson |
to allow us to manually trigger draft builds Relates-to: #293
to allow us to manually trigger draft builds Relates-to: #293
created a manually triggerable action for draft deploys in #294 We can probably find a way to output the release tag and then finalise the release either in the same action or in a separate manually triggerable action. But this should be helpful as a starting point in any case |
Sadly this hasn't helped with github actions / balena. Still will likely work manually but really balena need to sort this out as it's impractical to do this manually every time for 14 fleets 🤦 |
We are regularly getting issues where balena releases are failing with ESOCKETTIMEDOUT errors. For example ...
https://github.com/NebraLtd/helium-miner-software/actions/runs/1535610752/attempts/2
It is possible to force these through manually using the
--draft
flag:and then finalising the release using either balena CLI or by finding the release in balenaCloud and finalising it from the dropdown.
Whilst this is a bit of a workaround, it does seem to work most of the time.
Need to add this to documentation and/or change the deploy actions to use this flow
The text was updated successfully, but these errors were encountered: