What problem does it solve?
It helps you understand why Megatron-LM CI is running (or failing) and what PR label or internal trigger to use to get the right test coverage, without wasting time guessing the pipeline structure or where logs live.
Core Features & Use Cases
- CI pipeline structure mapping: Explains how the main workflow fans out into pre-flight steps, container builds, unit tests, integration tests, and the final gate.
- PR test-scope decisioning: Provides a label-based ruleset to choose lightweight vs functional scopes and the correct number of repetitions.
- Internal CI triggering: Documents how to push your branch to the internal GitLab remote and start a pipeline via script, including dry-run usage.
- Failure investigation workflow: Shows how to locate the PR from a CI branch, list runs, view logs for failures, and download per-rank log artifacts for root-cause analysis.
Quick Start
Use the cicd skill to diagnose a failing GitHub Actions run by identifying the CI branch’s PR number, selecting the correct test-scope label to rerun, and downloading the per-rank log artifacts to pinpoint the failing stage.