loopprep

Workflow Execution Plan

total 00:00
Hard50 minPremium Asked at OpenAI

    Turn a CI workflow into an execution plan: group jobs into parallel stages, report the ones that can never run, prune to a single target, respect a worker limit, and find the critical path that sets the total runtime.

    The five steps
    1. Parallel stages 8 min
    2. Jobs that can never run 9 min
    3. Only what the target needs 9 min
    4. A finite number of workers 10 min
    5. The critical path 11 min