Company
Date Published
Author
Kunal Jain
Word count
764
Language
English
Hacker News points
None

Summary

The text highlights the versatility of workflows in software development, focusing on how they provide teams with the flexibility to run builds and tests in various configurations, such as sequentially or in parallel. By examining real-world examples from open-source projects like Artsy and Mapbox, the text illustrates different strategies in job orchestration, including sequential workflows for incremental feedback and parallel workflows for faster testing feedback. It also discusses how to handle test failures, offering options to rerun entire workflows or just the failed jobs to maintain efficiency and continuity in the development process. The article is part of a series that aims to guide users through the implementation and benefits of using CircleCI workflows, offering insights into job orchestration, multi-executor control, and other advanced configurations.