feat(ci): add migration-summary.md artifact to migration-upgrade-with-flows - #273
Merged
Merged
Conversation
…-flows Generates a /tmp/migration-summary.md at the end of every run (success or failure) and includes it in the existing artifact upload. The summary captures: outcome, source/target image digests, database backend, deployment shape (LANGFLOW_LOAD_FLOWS_PATH bind mount), preloaded flow name, and a checklist of what the run verified. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2 tasks
lice-reis
added a commit
that referenced
this pull request
May 18, 2026
Generates /tmp/migration-summary.md at the end of every matrix entry (postgresql / sqlite / docker-compose), uploaded with the existing logs. The summary adapts to the matrix value: includes deploy mode, witness flow id, user count, OPENAI_API_KEY availability, and a checklist of what was verified end-to-end. Same pattern as #273 (migration-upgrade-with-flows) and #274 (migration-test, both jobs). The structure stays consistent across all migration workflows so the team can review runs uniformly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
Adds a structured summary markdown file (`/tmp/migration-summary.md`) to the artifact of `migration-upgrade-with-flows.yml`. The file is generated at the end of every run (`if: always()`), so it documents both successful runs and failures.
What the summary contains
Implementation
This is the first of three companion PRs adding the same summary pattern to:
Test plan:
🤖 Generated with Claude Code