From 43ebfc127b9d2d36fae782c783699e821875308b Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 26 Jan 2025 10:58:57 +0000 Subject: Update information flow diagram --- qa-information-flow.plantuml | 13 ++++++++----- 1 file 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 -- cgit v1.2.3