Skip to content

Commit

Permalink
Docs: Update CI/CD documentation
Browse files Browse the repository at this point in the history
Make it to match new ghaf-infra based CI/CD.

Signed-off-by: Marko Lindqvist <[email protected]>
  • Loading branch information
Marko Lindqvist authored and brianmcgillion committed Sep 18, 2024
1 parent cfcfe93 commit 4051505
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/src/scs/ci-cd-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://vedenemo.dev/files/releases/>
* images for testing <https://vedenemo.dev/files/build_reports/>.
9. Users can download images and test reports from the Controller

0 comments on commit 4051505

Please sign in to comment.