cse110-fa22-group29/specs/adrs/111222-cicd-multiple-pipelines.md
Arthur Lu 793e7891b3 prettier style fixes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-12-03 02:02:52 +00:00

489 B

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.