test(ci): phase-2 smoke lane rollout (non-blocking first) - #66
Merged
Conversation
Introduce a dedicated smoke test layer under tests/smoke with deterministic checks that validate key runtime construction paths without external model calls. Wire smoke tests into CI as a non-blocking phase-2 signal (continue-on-error) so the team can observe stability before turning it into a required gate. Add pytest.ini marker/testpath baseline and document local smoke commands in CONTRIBUTING for consistent developer and agent workflows.
zts212653
force-pushed
the
codex/worldline-pr2-smoke
branch
from
February 10, 2026 02:19
a5e9712 to
4734242
Compare
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.
Why
We need minimal regression confidence without freezing delivery velocity.
What
pytest.inibaseline marker config for smoke teststests/smoke/test_ci_smoke.pysmoke-testsjob as non-blocking signal (continue-on-error: true)CONTRIBUTING.mdValidation
pytest -q tests/smoke -m smokeruff check dare_framework tests --select E9,F63,F7python -m compileall -q dare_framework testsRollout
smoke-teststo required check in next phase.