[CICD] flagos user tests management#4
Merged
Darryl233 merged 15 commits intoflagos-ai:mainfrom Mar 20, 2026
Merged
Conversation
xmhubj
approved these changes
Mar 19, 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.
Summary
Add
flagos-user-testssubdirectory with a standardized user test framework supporting multi-repo test case management (flagscale, flagcx, flaggems, etc.)collect_test_cases.py), matrix resolution (resolve_matrix.py), test execution (run_user_tests.py), and Conda environment initialization (activate_conda.sh)validators/): config validation, gold values validation, and lint checks to enforce test case format conventionsgenerators/create_test_template.py) to simplify authoring new test casespost_test_cases.ymlthat automatically collects test case metadata and uploads it to the backend via thepost-benchmark-reportaction after PRs are merged to main, enabling continuous tracking of the test case inventoryflagscale/inference/qwen3/demo_0_6bas a reference test case implementationtest_format_spec.md), and getting started guide (getting_started.md)collect_test_cases.pyto use object-of-objects structure required bypost-benchmark-reportaction (was incorrectly outputting a JSON array)