Skip to content
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

Recovery when release automation fails #1631

Open
itowlson opened this issue Jul 5, 2023 · 0 comments
Open

Recovery when release automation fails #1631

itowlson opened this issue Jul 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@itowlson
Copy link
Contributor

itowlson commented Jul 5, 2023

A user hit a problem where Spin 1.3 could not compile a newly created Rust app. This turned out to be because they were using HEAD templates, which were temporarily broken (a conscious decision whose reasons we need to address but are out of scope for this issue). This in turn was because the release automation had not created the spin/templates/v1.3. Which was because the template tagging automation is triggered only by a PR from fermybot, and for 1.3 the relevant PR was sent by a human. Which I believe was because something went wrong in the automation that was meant to update the template SDK references, and human intervention was needed to get things back on track.

(Don't ask me for five whys. That's all the whys I got.)

How should we avoid this happening in future? E.g. some or all of:

  • More comprehensive documentation on recovery steps when automation fails
  • More flexible automation, able to accept manual interventions
  • Being able to manually force the automation to run (from wherever it failed)
  • Post-release checks that all artifacts, tags, etc. exist
@michelleN michelleN added the enhancement New feature or request label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Investigating / Open for Comment
Development

No branches or pull requests

2 participants