Skip to content

test(ci): phase-2 smoke lane rollout (non-blocking first) - #66

Merged
zts212653 merged 1 commit into
mainfrom
codex/worldline-pr2-smoke
Feb 10, 2026
Merged

test(ci): phase-2 smoke lane rollout (non-blocking first)#66
zts212653 merged 1 commit into
mainfrom
codex/worldline-pr2-smoke

Conversation

@zts212653

Copy link
Copy Markdown
Collaborator

Why

We need minimal regression confidence without freezing delivery velocity.

What

  • Add pytest.ini baseline marker config for smoke tests
  • Add deterministic smoke suite in tests/smoke/test_ci_smoke.py
  • Wire CI smoke-tests job as non-blocking signal (continue-on-error: true)
  • Document local smoke execution in CONTRIBUTING.md

Validation

  • pytest -q tests/smoke -m smoke
  • ruff check dare_framework tests --select E9,F63,F7
  • python -m compileall -q dare_framework tests

Rollout

  • Observe smoke stability first
  • Promote smoke-tests to required check in next phase.

@zts212653
zts212653 changed the base branch from codex/worldline-pr1-gates to main February 10, 2026 02:17
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
zts212653 force-pushed the codex/worldline-pr2-smoke branch from a5e9712 to 4734242 Compare February 10, 2026 02:19
@zts212653
zts212653 merged commit 04c9f54 into main Feb 10, 2026
3 checks passed
@zts212653
zts212653 deleted the codex/worldline-pr2-smoke branch February 10, 2026 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant