mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 06:10:51 -07:00
docs(M05): add M05_run2.md CI report for fix PR
Made-with: Cursor
This commit is contained in:
parent
3039abb1a0
commit
715db891f3
1 changed files with 79 additions and 0 deletions
79
docs/milestones/M05/M05_run2.md
Normal file
79
docs/milestones/M05/M05_run2.md
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# M05 CI Run 2 — Fix: Config for test_opts_override
|
||||
|
||||
**Date:** 2026-03-09
|
||||
**Branch:** m05-fix-opts-test
|
||||
**PR:** #19
|
||||
**Trigger:** pull_request (fix for Quality failure in Run 1)
|
||||
|
||||
---
|
||||
|
||||
## 1. Workflow Identity
|
||||
|
||||
| Workflow | Run ID | Trigger | Branch | Status |
|
||||
|----------|--------|---------|--------|--------|
|
||||
| Smoke Tests | 22877868495 | pull_request | m05-fix-opts-test | ✓ success |
|
||||
| Linter | 22877868499 | pull_request | m05-fix-opts-test | ✓ success |
|
||||
| Quality Tests | — | push to main | — | Pending (runs after merge) |
|
||||
|
||||
---
|
||||
|
||||
## 2. Fix Context
|
||||
|
||||
| Item | Value |
|
||||
|------|-------|
|
||||
| Run type | Corrective (fix for Run 1 Quality failure) |
|
||||
| Change | `test/conftest.py` — initialize fixture creates minimal config.json when missing |
|
||||
| Cause addressed | opts.load() sets opts.data = {} on FileNotFoundError; temporary_opts only applies keys in opts.data |
|
||||
|
||||
---
|
||||
|
||||
## 3. Run 2 Results
|
||||
|
||||
### Smoke Tests (22877868495)
|
||||
|
||||
| Step | Result |
|
||||
|------|--------|
|
||||
| Verify repository | ✓ |
|
||||
| Verify base branch | ✓ |
|
||||
| Checkout, Setup, Install | ✓ |
|
||||
| Create stub repositories | ✓ |
|
||||
| Start test server | ✓ |
|
||||
| **Run smoke tests** | **✓** |
|
||||
| Kill test server | ✓ |
|
||||
|
||||
**Duration:** 2m38s
|
||||
|
||||
### Linter (22877868499)
|
||||
|
||||
| Job | Result |
|
||||
|-----|--------|
|
||||
| ruff | ✓ |
|
||||
| eslint | ✓ |
|
||||
|
||||
---
|
||||
|
||||
## 4. Verdict
|
||||
|
||||
**Fix PR #19:** Smoke Tests ✓ | Linter ✓
|
||||
|
||||
**Quality Tests:** Will run on push to main after merge. Expected to pass with config fixture ensuring opts.data is populated.
|
||||
|
||||
---
|
||||
|
||||
## 5. Summary Table
|
||||
|
||||
| Check | Run ID | Result |
|
||||
|-------|--------|--------|
|
||||
| Smoke Tests | 22877868495 | ✓ success |
|
||||
| Linter | 22877868499 | ✓ success |
|
||||
| Quality Tests | — | Pending (post-merge) |
|
||||
|
||||
---
|
||||
|
||||
## 6. Next Actions
|
||||
|
||||
| Action | Owner |
|
||||
|--------|-------|
|
||||
| Merge PR #19 | Human |
|
||||
| Verify Quality run post-merge | Human/Cursor |
|
||||
| Generate M05 closeout (summary, audit, ledger) | Cursor (after Quality green) |
|
||||
Loading…
Add table
Add a link
Reference in a new issue