[LFX Term 2 2026] Proposal for Example Restoration and CI Example Validation Framework#541
[LFX Term 2 2026] Proposal for Example Restoration and CI Example Validation Framework#541ken6078 wants to merge 3 commits into
Conversation
Signed-off-by: ken6078 <contact@kaiwei.dev>
Signed-off-by: ken6078 <contact@kaiwei.dev>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ken6078 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive proposal for the KubeEdge Ianvs Example Classification CI Validation Framework, which aims to automate example classification, validation, and the restoration of the llm_simple_qa example. The review feedback correctly identifies minor path and spelling inconsistencies in the proposal metadata and documentation, specifically recommending the correction of examples/llm_qa_example/requestment.txt to examples/llm_simple_qa/requirements.txt.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Signed-off-by: ken6078 <contact@kaiwei.dev>
MooreZheng
left a comment
There was a problem hiding this comment.
Good to see the new proposal. As discussion,
- User flow can be added, e.g., the use of github action and robot
- Architecture design, e.g., modified and submitted modules
- Directory organization and design, e.g., proposals and CI
- Demo
What type of PR is this?
/kind bug
/kind documentation
/kind design
What this PR does / why we need it:
This PR adds an Example Restoration CI pipeline that automatically scans and validates all examples, classifies detected issues, and publishes health reports for maintainers. It also includes targeted restoration work for
examples/llm_simple_qa, including portable paths, documented dependencies, dataset/JSONL validation, model configuration, device fallback, and metric robustness.Many examples may become invalid over time due to code, dependency, or documentation changes. Without automated validation, these issues are difficult to track at scale. The proposed CI provides continuous visibility into example status, helps maintain a reliable example ecosystem, and uses
llm_simple_qaas the first restored reference example for validating future LLM-related examples.Which issue(s) this PR fixes:
Fixes #230