test(qa): clean up smoke taxonomy profile#96320
Merged
Merged
Conversation
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jun 25, 2026
QiuYuang
pushed a commit
to QiuYuang/openclaw
that referenced
this pull request
Jul 1, 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.
What Problem This Solves
PR #94291 should stay focused on adding QA smoke to CI. During that work, the smoke profile exposed a separate taxonomy problem:
smoke-ciwas selecting long-running QA scenarios through broad maturity categories, and a few coverage IDs were named after specific test shapes instead of reusable behavior.Why This Change Was Made
smoke-ciso the profile no longer selects the runtime soak, long-context cache, first-hour 20-turn, or memory dreaming sweep scenarios.runtime.soak-100->runtime.long-run-stabilityruntime.first-hour-20->runtime.multi-turn-continuitydocker.e2e->docker.runtime-validationUser Impact
Maintainer CI smoke stays focused on faster deterministic coverage. Release/all profile taxonomy still keeps the underlying categories and long-run scenarios available outside the PR smoke slice.
Evidence
git diff --checknode --import tsx --input-type=module <taxonomy/source validation>node --import tsx --input-type=module <smoke profile selection check>:smokeCategoryCount=30,smokeScenarioCount=80,selectedSlowScenarios=[]node scripts/run-vitest.mjs extensions/qa-lab/src/cli.runtime.test.ts extensions/qa-lab/src/cli.test.ts extensions/qa-lab/src/scenario-catalog.test.ts extensions/qa-lab/src/coverage-report.test.tspnpm check:docspnpm openclaw qa coverage --json