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

add support for aborting workspaces #12284

Merged
merged 1 commit into from
Aug 23, 2022
Merged

add support for aborting workspaces #12284

merged 1 commit into from
Aug 23, 2022

Conversation

sagor999
Copy link
Contributor

@sagor999 sagor999 commented Aug 22, 2022

Description

Allows to abort prebuilds that are starting up or running, without incorrectly affecting our success criteria. (it will no longer be treated as failed and we will not attempt to run finalize content on it).

Related Issue(s)

First part of fixing #11453
To completely fix #11453 will require a separate PR from webapp to start using the new policy from this PR.

How to test

Not possible to test until webapp will implement they part as a separate PR

Release Notes

none

Documentation

Werft options:

  • /werft with-preview

@roboquat roboquat merged commit 07d80c8 into main Aug 23, 2022
@roboquat roboquat deleted the pavel/11453 branch August 23, 2022 18:20
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Aug 24, 2022
svenefftinge added a commit that referenced this pull request Aug 25, 2022
use the new StopWorkspacePolicy introduced with #12284 to avoid
spending resources on backing up discarded prebuilds.
@svenefftinge svenefftinge mentioned this pull request Aug 25, 2022
1 task
svenefftinge added a commit that referenced this pull request Sep 6, 2022
use the new StopWorkspacePolicy introduced with #12284 to avoid
spending resources on backing up discarded prebuilds.
roboquat pushed a commit that referenced this pull request Sep 6, 2022
use the new StopWorkspacePolicy introduced with #12284 to avoid
spending resources on backing up discarded prebuilds.
nandajavarma pushed a commit that referenced this pull request Sep 7, 2022
use the new StopWorkspacePolicy introduced with #12284 to avoid
spending resources on backing up discarded prebuilds.
nandajavarma pushed a commit that referenced this pull request Sep 7, 2022
use the new StopWorkspacePolicy introduced with #12284 to avoid
spending resources on backing up discarded prebuilds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note-none size/XXL team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling StopWorkspace on a workspace that is not fully up yet
3 participants