From 4051505a7c2c6e464db9379993ef044e8daf68c7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 18 Sep 2024 08:54:01 +0300 Subject: [PATCH] Docs: Update CI/CD documentation Make it to match new ghaf-infra based CI/CD. Signed-off-by: Marko Lindqvist --- docs/src/scs/ci-cd-system.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/src/scs/ci-cd-system.md b/docs/src/scs/ci-cd-system.md index 75e427bfb..7e8b81b64 100644 --- a/docs/src/scs/ci-cd-system.md +++ b/docs/src/scs/ci-cd-system.md @@ -29,13 +29,10 @@ The software delivery pipeline consists of several stages: 5. On build failure, Builder Controller sends failure notifications to Message Service. -6. Builder Controller uploads all build artifacts to Binary Cache and disk images to Web Server. +6. Builder Controller uploads all build artifacts to Binary Cache. -7. Test Automation fetches disk images from Binary Cache and runs the hardware test on them. +7. Test Automation fetches disk images from the Controller and runs the hardware test on them. -8. Test Automation uploads test reports to Web Server. +8. Test Automation sends test reports to the Controller. -9. Users can download images from Web Server: - - * release images - * images for testing . +9. Users can download images and test reports from the Controller