mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-22 04:41:30 -07:00
* docs(M10): closeout — run2, summary, audit, ledger Made-with: Cursor * docs(M10): seed M11 milestone folder Made-with: Cursor
1.1 KiB
1.1 KiB
M10 CI Run 2 — Post-Merge Quality Tests
Date: 2026-03-12
Branch: main
Merge commit: 0d11b587 (M10 + fix PR #28)
Trigger: push to main
1. Workflow Identity
| Workflow | Run ID | Trigger | Status |
|---|---|---|---|
| Linter | 22988627802 | push | ✓ success |
| Quality Tests | 22988627838 | push | ✓ success |
2. Run 1 → Run 2 Delta
Run 1 (22988456117): Quality Tests failed — test_processing_runner.py collection error. Importing modules.processing at module level triggered sd_samplers before shared.opts was initialized.
Fix (PR #28): Defer import modules.processing to inside the test; add initialize fixture so webui/opts load first.
Run 2 (22988627838): Quality Tests passed after fix merge.
3. Quality Tests Summary
| Check | Result |
|---|---|
| Smoke tests | ✓ |
| Quality tests | ✓ |
| Coverage | ≥40% gate satisfied |
| verify_pinned_deps | ✓ |
| pip-audit | Informational (M27) |
4. Verdict
CI Status: ✓ Green — All post-merge checks pass.
M10 closeout can proceed: audit, summary, ledger, tag.