Azure / Azure/azure-cli

CLI pipeline inefficiency

Open
#14,654 1 comment 0 reactions 1 assignee Claimed by @haroldrandom View on GitHub
act-platform-engineering-squad CI EngSys feature-request
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

I was looking into an issue with the ```azure-cli``` repository pipelines and I noticed as part of my investigation that the pipeline appears to use a lot of separate jobs. It seems like there are stages that all run on the same vmImage which could execute sequentially as tasks within the same job.

This would result in less resource wastage (VMs needlessly being drained from the shared pool) and probably better performance (less overhead spinning up tools on a cold VM).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.