II.
Workflow JSON
Structured · liveworkflow:ci-pipeline-cost-optimization
CI Pipeline Cost Optimization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:ci-pipeline-cost-optimization",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-modern-devex.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "CI Pipeline Cost Optimization",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "monthly",
"complexity": "cross-team",
"description": "Analyses CI/CD pipeline spend and efficiency — profiling per-repo compute\nminutes, identifying jobs with excessive parallelism or idle wait,\nevaluating cache-hit ratios for dependency and Docker-layer caches,\nbenchmarking self-hosted vs cloud runner cost-per-minute, detecting\nduplicate or redundant workflow triggers, and modelling savings from\ntest-sharding or selective-testing strategies. Produces a\ncost-per-merge-request report and optimisation recommendations. Excludes\npipeline architecture redesign.\n"
},
"outgoingEdges": [
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "role:devops-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "role:cost-tracker",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "responsibility:cost-optimization",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "responsibility:dx-tooling-maintenance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "org-unit:infra-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}