game-ci / versioning-backend

Stateful backend to keep track of unity versions and docker build queues
MIT License
11 stars 4 forks source link

Allow admins to retryBuilds using ingeminator #31

Closed webbertakken closed 3 years ago

webbertakken commented 3 years ago

Changes

This should allow admins to unstuck builds in an easy manner if it is clear what the cause of the failure is.

Most often this is due to timeouts in dockerhub, in which case we delete the tag that we check for existance and rebuild.

Checklist

webbertakken commented 3 years ago

Tested, works