docs(evidence): record ci troubleshooting and resolution notes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Task: Validate Gitea Actions run on push/PR (remote evidence)
|
||||
Timestamp: 2026-03-06T21:00:15Z
|
||||
|
||||
Result: BLOCKED (cannot validate successful run yet)
|
||||
Result: PARTIAL SUCCESS (authenticated verification available; runner execution still blocked)
|
||||
|
||||
Evidence collected:
|
||||
|
||||
@@ -18,6 +18,28 @@ Evidence collected:
|
||||
- Command: git ls-tree -r --name-only origin/main | grep '^.gitea/workflows/'
|
||||
- Output: (empty)
|
||||
|
||||
Update after push + token-based API verification:
|
||||
|
||||
4) Workflow is now present and active on remote:
|
||||
- API: GET /api/v1/repos/MasterMito/work-club-manager/actions/workflows
|
||||
- Workflow: `.gitea/workflows/ci.yml` (`state: active`)
|
||||
|
||||
5) Push event created workflow run:
|
||||
- API: GET /api/v1/repos/MasterMito/work-club-manager/actions/runs
|
||||
- Run: id `102`, run_number `1`, event `push`, branch `main`, workflow `ci.yml`
|
||||
|
||||
6) Parallel jobs were created for the run:
|
||||
- API: GET /api/v1/repos/MasterMito/work-club-manager/actions/runs/102/jobs
|
||||
- Jobs observed (all `queued`):
|
||||
- Backend Build & Test
|
||||
- Frontend Lint, Test & Build
|
||||
- Infrastructure Validation
|
||||
|
||||
7) Runner execution state:
|
||||
- Repeated polling of run `102` for ~30s remained `status: queued`
|
||||
- Indicates workflow dispatch works, but no runner consumed jobs during observation window
|
||||
|
||||
Conclusion:
|
||||
- Local workflow exists in working tree but is not yet present on remote branch.
|
||||
- Successful push/PR CI run validation cannot be completed until workflow is committed/pushed and API/web access to runs is available.
|
||||
- Remote CI pipeline is installed correctly and triggers on push.
|
||||
- Required parallel jobs are instantiated as expected.
|
||||
- Full pass/fail evidence is currently blocked by runner availability (queued state does not complete).
|
||||
|
||||
Reference in New Issue
Block a user