Skip to content

Commit 6629506

Browse files
ktusawrkbrianmcgillion
authored andcommitted
docs: Update Chapter 7. CI/CD in github.io pages
Signed-off-by: Kai Tusa <kai.tusa@unikie.com>
1 parent 1c703cd commit 6629506

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed
4.7 KB
Loading

docs/src/scs/ci-cd-system.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,24 @@ The software delivery pipeline consists of several stages:
2525

2626
3. Builder Controller arranges builds on Remote Builders to make disk images and other release artifacts.
2727

28-
4. After the building is done, Remote Builder sends disk images to Builder Controller to create provenance files and sign disk images and provenance files.
28+
4. After the building is done, Remote Builder sends disk images and other release artifacts to Builder Controller.
2929

3030
5. On build failure, Builder Controller sends failure notifications to Message Service.
3131

32-
6. Builder Controller uploads all build artifacts to Binary Cache.
32+
6. Builder controller creates provenance files and signs disk images and provenance files with the Signing Service.
3333

34-
7. Test Automation fetches disk images from the Controller and runs the hardware test on them.
34+
7. Builder Controller uploads all build artifacts to Binary Cache.
3535

36-
8. Test Automation sends test reports to the Controller.
36+
8. Builder Controller uploads disk images to Artifact Storage.
3737

38-
9. Users can download images and test reports from the Controller
38+
9. Builder controller triggers automated hardware tests on Test Automation Agent.
39+
40+
10. Test Automation Agent fetches disk images from the Artifact Storage and runs the hardware test on them.
41+
42+
11. Test Automation Agent sends test reports to the Builder Controller.
43+
44+
12. Builder Controller uploads test reports to Artifact Storage.
45+
46+
13. Users can download disk images, disk image signatures, provenance files, provenance file signatures and test reports from the Controller.
47+
48+
14. Users can verify disk image signatures and provenance file signatures with Signing Service.

0 commit comments

Comments
 (0)