Remove one-time #133 state-repair block and stale TEMP state delete#141
Merged
Conversation
The "Verify GroupMember state healed (TEMP, #133)" step passed on deploy run 28624873606 (attempt 4), meeting the documented removal criterion for the one-time state surgery added in #139. Also removes the stale TEMP pulumi state delete for experimental-ext-tasks (#125), whose one-successful-deploy condition was met on 6/30.
Pulumi PreviewClick to expand preview output |
localden
approved these changes
Jul 3, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Den Delimarsky · Slack thread
Before / After
Before: every deploy re-runs the now-completed one-time GroupMember state repair from #139 (stack export/jq/import surgery plus seven
pulumi importcommands) and a stalepulumi state deleteleft over from an older incident.After: the Deploy step is back to its normal, pre-incident shape.
How
The documented removal criterion for the #139 repair block is met: on deploy run 28624873606 (attempt 4), the "Verify GroupMember state healed (TEMP, #133)" step passed, printing:
This PR removes:
pulumi importcommands, with their comments).pulumi state deleteline forexperimental-ext-tasks(Update repoAccess for experimental-ext-tasks rename to ext-tasks #125 rename incident) and its comment — its remove-after-one-successful-deploy condition was met on 6/30, and it now errors harmlessly on every run.Context: #133 (GroupMember state corruption incident).
Validation: workflow YAML parses,
npm run checkpasses (23/23), and shellcheck is clean on the remaining Deploy run script.Note: recommend merging this after #140.
Generated by Claude Code