2022-11-13 05:25:56 +00:00
|
|
|
# Use multiple CI/CD pipelines in parallel
|
|
|
|
|
2022-12-03 02:02:52 +00:00
|
|
|
- Status: accept
|
|
|
|
- Deciders: Arthur Lu, Marc Reta
|
|
|
|
- Date: 11 / 12 / 22
|
2022-11-13 05:25:56 +00:00
|
|
|
|
|
|
|
## Decision Drivers
|
|
|
|
|
2022-12-03 02:02:52 +00:00
|
|
|
- Need to perform many different CI/CD tasks
|
|
|
|
- Need pipeline to be durable against any single failure
|
2022-11-13 05:25:56 +00:00
|
|
|
|
|
|
|
## Considered Options
|
|
|
|
|
2022-12-03 02:02:52 +00:00
|
|
|
- Single deep pipeline
|
|
|
|
- Multiple short pipelines in parallel
|
2022-11-13 05:25:56 +00:00
|
|
|
|
|
|
|
## Decision Outcone
|
|
|
|
|
2022-12-03 02:02:52 +00:00
|
|
|
Chosen Option: Multiple short pipelines in parallel as any one failure will not prevent code from being developed and deployed.
|