Where can we optimize code CI/CD pipelines? (June 2023)
Context
Goal
Investigate where we could improve the speed of code pipelines
Proposed method
- trace a few code pipelines
- Find out the critical path for those jobs (an older one is available in the docs)
- Check individual jobs on the critical paths, to see where we could make improvements
- Create issues accordingly