You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: parallel build orchestrator with filtered output and PR failure comments
Replace sequential build-ccutil.sh with a Node.js orchestrator that runs
all ~32 title builds in parallel, filters output to surface errors clearly,
classifies errors against an external YAML catalog with cause/fix suggestions,
and produces a JSON report consumed by the PR workflow.
- build-orchestrator.js: parallel builds, semaphore concurrency, error classification
- error-patterns.yml: 12 error patterns (xref, include, podman, htmltest)
- build-ccutil.sh: thin Bash wrapper for backward compatibility
- pr.yml: continue-on-error + if: always() for rich failure PR comments
- build-asciidoc.yml: add id to build step
Closes: RHDHBUGS-2903
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments