Add temporary diagnostics convergence validation to virtual-integration workflow#1465
Draft
Add temporary diagnostics convergence validation to virtual-integration workflow#1465
Conversation
…on workflow Co-authored-by: hwindlas <108932456+hwindlas@users.noreply.github.com>
Co-authored-by: hwindlas <108932456+hwindlas@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add diagnostics convergence validation job to workflow
Add temporary diagnostics convergence validation to virtual-integration workflow
Feb 18, 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.
Embeds diagnostics convergence validation as a job in the existing
virtual-integration.ymlworkflow for testing before creating a separate workflow file (new workflows aren't visible in Actions until merged).Changes
New Script:
ci/diagnostics_convergence.pyAnalyzes diagnostics artifacts across workflow runs to identify error patterns:
convergence.json,convergence.md,manifest.jsonNew Job:
diagnostics-convergence-validationdeploy-kind,deploy-on-prem,deploy-oxm-profileif: always()with early exit when all target jobs succeedactions: read,contents: read(minimal)github-scriptdiagnostics-<job>-...artifacts from target jobs$GITHUB_STEP_SUMMARYExample Usage
After a failed deploy job, the convergence report shows:
Cleanup
Remove
diagnostics-convergence-validationjob after validation. The script can remain for future use.Note: Job is clearly marked as TEMPORARY in comments and job name.
Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.