diff options
author | Christopher Baines <mail@cbaines.net> | 2025-01-26 10:58:57 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-01-26 10:58:57 +0000 |
commit | 43ebfc127b9d2d36fae782c783699e821875308b (patch) | |
tree | f6b3f42fe19dfe7056c22ebbc1bb2eeaf99c75f3 | |
parent | 058e1c062031c1dae0f1be6c5fb312e34406c6a9 (diff) | |
download | qa-frontpage-43ebfc127b9d2d36fae782c783699e821875308b.tar qa-frontpage-43ebfc127b9d2d36fae782c783699e821875308b.tar.gz |
Update information flow diagram
-rw-r--r-- | qa-information-flow.plantuml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/qa-information-flow.plantuml b/qa-information-flow.plantuml index a8fad9f..cd9f196 100644 --- a/qa-information-flow.plantuml +++ b/qa-information-flow.plantuml @@ -1,14 +1,13 @@ @startuml -cloud "Running on beid" { +cloud "Running on mago" { component Patchwork [ Patchwork patches.guix-patches.cbaines.net ] - component patchesgit [ - Patches Git repository - git.qa.guix.gnu.org - ] +} + +cloud "Running on hydra-guix-130" { component dataservice [ Guix Data Service data.qa.guix.gnu.org @@ -16,6 +15,10 @@ cloud "Running on beid" { } cloud "Running on bayfront" { + component patchesgit [ + Patches Git repository + git.qa.guix.gnu.org + ] component qafrontpage [ QA Frontpage qa.guix.gnu.org |