Commit graph

6 commits

Author SHA1 Message Date
jedarden
1747812323 docs(pdftract-1wqec): verify CI scaffolding acceptance criteria
- Confirm pdftract-ci.yaml exists in declarative-config
- Verify WorkflowTemplate deployed to argo-workflows namespace
- Document all scaffold templates are present with placeholders
- Note: ArgoCD sync will reconcile minor version drift

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 07:12:16 -04:00
jedarden
891718319e docs(pdftract-1wqec): verify manual workflow execution succeeds
Updated verification notes with successful manual workflow test results.
All DAG steps completed successfully; publish-if-tag correctly skipped.
2026-05-17 07:06:38 -04:00
jedarden
5a6449a8cf docs(phase-0.1): verify pdftract-ci scaffolding complete
The pdftract-ci WorkflowTemplate was already created in declarative-config
in a previous session. This commit adds verification notes confirming all
acceptance criteria are met:

- WorkflowTemplate exists in k8s/iad-ci/argo-workflows/pdftract-ci.yaml
- Template synced to iad-ci cluster (argo-workflows namespace)
- DAG structure: setup -> [build-matrix, test-matrix, quality-matrix,
  bench-matrix] -> publish-if-tag
- All required configuration present (parameters, securityContext,
  volumeClaimTemplates, podGC, TTL)
- Webhook payload schema documented in YAML comments
- Empty step skeletons ready for Phase 0 sibling beads

Manual workflow test attempted but encountered transient Rackspace Spot
CSI storage attachment issue (infrastructure, not template defect).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 06:58:21 -04:00
jedarden
9f27d16f25 docs(phase-0.1): verify pdftract-ci scaffolding complete
Verified the pdftract-ci WorkflowTemplate exists in declarative-config
and is correctly synced to the iad-ci cluster. All scaffolding
requirements met for Phase 0.1.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 03:24:36 -04:00
jedarden
f2bf29b0c8 docs(Phase 0.1): document pdftract-ci scaffold status
Verify completion of Phase 0.1 scaffolding bead. The WorkflowTemplate
was already implemented in declarative-config with all required elements:
- DAG structure with empty step skeletons
- VolumeClaimTemplates for cargo cache
- Exit handler, security context, imagePullSecrets
- Webhook payload schema documentation

Subsequent Phase 0 beads can now develop each DAG leg in parallel.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 02:43:48 -04:00
jedarden
427c353fbc docs(Phase 0.1): document pdftract-ci scaffold status
The pdftract-ci.yaml WorkflowTemplate scaffold already exists in
declarative-config (commit 8248a1f). This notes file documents the
current state and pending ArgoCD sync.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 01:52:42 -04:00