Rough rework of the CI setup documentation (#12094)

This commit is contained in:
Max Gautier
2025-09-15 10:24:11 +00:00
committed by GitHub
parent 643087fea5
commit 8d7d9907a1
2 changed files with 13 additions and 31 deletions

View File

@@ -1,9 +1,9 @@
---
stages:
- build
- test
- deploy-part1
- deploy-extended
- build # build docker image used in most other jobs
- test # unit tests
- deploy-part1 # kubespray runs - common setup
- deploy-extended # kubespray runs - rarer or costlier (to test) setups
variables:
FAILFASTCI_NAMESPACE: 'kargo-ci'