Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 848 Bytes

best-practices.md

File metadata and controls

25 lines (15 loc) · 848 Bytes

Best Practices

Step Execution

Run as many steps in parallel as possible.

Testing

Division of the test cases: test pyramid

Test Pyramid

Image from Le Blog des Octos

Container Plattform

Container Build

Changes made for the container (images themselves or manually installed software) have to pass the same pipeline as the application code itself.