mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
19 lines
475 B
Markdown
19 lines
475 B
Markdown
|
# Use multiple CI/CD pipelines in parallel
|
||
|
|
||
|
- Status: accept
|
||
|
- Deciders: Arthur Lu, Marc Reta
|
||
|
- Date: 11 / 12 / 22
|
||
|
|
||
|
## Decision Drivers
|
||
|
|
||
|
- Need to perform many different CI/CD tasks
|
||
|
- Need pipeline to be durable against any single failure
|
||
|
|
||
|
## Considered Options
|
||
|
|
||
|
- Single deep pipeline
|
||
|
- Multiple short pipelines in parallel
|
||
|
|
||
|
## Decision Outcone
|
||
|
|
||
|
Chosen Option: Multiple short pipelines in parallel as any one failure will not prevent code from being developed and deployed.
|