- Notifications
You must be signed in to change notification settings - Fork928
fix: Usecliui.WorkspaceBuild
to prevent cancel of builds jobs#1255
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Build jobs cannot gracefully terminate because Terraform generallycannot gracefully terminate.
codecovbot commentedMay 2, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #1255 +/- ##==========================================+ Coverage 65.93% 66.06% +0.13%========================================== Files 272 275 +3 Lines 17892 17937 +45 Branches 192 214 +22 ==========================================+ Hits 11797 11850 +53+ Misses 4871 4855 -16- Partials 1224 1232 +8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
You need to write a ticket to support build cancellation in the future. We can probably support it by exiting terraform, then calling destroy on each ephemeral resource manually.
We do support build cancellation, but it's better for infrastructure folks to rely on Terraform timeouts instead. I'm going to be making significant changes here this week. |
Build jobs cannot gracefully terminate because Terraform generallycannot gracefully terminate.
Build jobs cannot gracefully terminate because Terraform generally
cannot gracefully terminate.