diff options
Diffstat (limited to 'qa-information-flow.plantuml')
-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 5257b80..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.guix-patches.cbaines.net - ] +} + +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 |