Merged
Conversation
d10zero
approved these changes
Mar 2, 2026
jadabyte256
added a commit
that referenced
this pull request
Mar 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.
Closes snapsheettech.atlassian.net/browse/SRE-2560
What
Changes the jobs for writing the output/result to always run even if the diff fails and updates logic for determining whether a diff succeeded to prevent the issue when a plan is created, but the underlying diff command fails due to a data lookup failure (this was seen when the serverless DB cluster was not supported by the cdtkf-infra version).
Why
Previously, if one of the cdktf-diff matrix jobs failed, it would skip the output and no summary would be printed out. This makes it tedious to copy plan links into PRs for review. Additionally, the action would succeed in cases where an actual plan was generated even though the command returned a non-success exit code, which could potentially hide failures from teams in certain scenarios.
How
Testing
You may run the cdktf-diff action in vice-backend using the workflow from
SRE-2560-fix-cdktf-diff-outputto test.Example tests:
vice-backend-releaseactually shows a failure for therefdiff.vice-backend-qa8failed in both diffs. If you'd like to test this, run a locally apply and do not accept the plan - just let it set at the prompt so that the state is locked and run the action.