-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
63311: jobs: add RevertFailed terminal state for jobs that fail during revert r=adityamaru a=adityamaru Previously, a failure during revert would mark the job as "failed" and indicate in the error string that manual cleanup is required. This job was however gc'eable if the retention time has elapsed. This would leave no trace of the job which is bad, since we expect users/support to cleanup the partial work done by the job. This change adds a new terminal state `RevertFailed` that does not allow the job to get gc'ed. Fixes: #59542 Release note: None Co-authored-by: Aditya Maru <[email protected]>
- Loading branch information
Showing
8 changed files
with
178 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.