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

Cleanup of builds of unsupported repos #25

Open
sbidoul opened this issue Nov 26, 2021 · 1 comment
Open

Cleanup of builds of unsupported repos #25

sbidoul opened this issue Nov 26, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@sbidoul
Copy link
Owner

sbidoul commented Nov 26, 2021

When a build is created for a repo, and later the repo is removed from the configured supported repo, the cleanup of such builds fail with

Traceback (most recent call last):
  File "/app/runboat/controller.py", line 246, in walking_dead
    await func()
  File "/app/runboat/controller.py", line 137, in deployment_watcher
    await build.cleanup()
  File "/app/runboat/models.py", line 278, in cleanup
    settings.get_build_settings(
  File "/app/runboat/settings.py", line 62, in get_build_settings
    raise RepoOrBranchNotSupported(
runboat.exceptions.RepoOrBranchNotSupported: Branch 14.0 of oca/manufacture not supported.
@sbidoul sbidoul added the bug Something isn't working label Nov 26, 2021
@dasunhegoda
Copy link

How can I force delete an instance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants