Skip to content

pipeline ci

Commands for CI/CD orchestration including workflow dispatch, monitoring, and diagnostic summary generation.

Available commands: dispatch-and-wait Dispatch a workflow and wait for completion get-run-id Get CI run ID for a workflow and commit SHA schedule Schedule and dispatch CI workflows with concurrency limits summary-link Generate diagnostic markdown for CI summaries

Usage: pipeline ci


Command Description
dispatch-and-wait Wait for GitHub workflow runs to complete
get-run-id Get CI run ID for a workflow and commit SHA
schedule Schedule and dispatch CI workflows with concurrency limits
summary-link Generate diagnostic markdown for CI summaries

How It Works

Orchestrates CI pipeline execution for affected modules:

  • Change Detection: Identifies modules requiring rebuild
  • Dispatch Layers: Groups modules by dependency depth for parallel execution
  • Workflow Triggering: Dispatches GitHub Actions workflows for each module
  • Status Monitoring: Tracks completion and reports failures
  • Artifact Management: Ensures build artifacts are available for dependent modules

Coordinates distributed CI execution across multiple GitHub Actions runners.

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.