From 33e8013dcff1ab0656285844a9ae6fdf73e12571 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 20 2020 13:49:05 +0000 Subject: Diagram fixes --- diff --git a/wiki-resources/plantuml/distgit-pr-approved-workflow.plantuml b/wiki-resources/plantuml/distgit-pr-approved-workflow.plantuml index 3c0ad9a..aa65682 100644 --- a/wiki-resources/plantuml/distgit-pr-approved-workflow.plantuml +++ b/wiki-resources/plantuml/distgit-pr-approved-workflow.plantuml @@ -6,6 +6,7 @@ title Example of a Pull Request Approved Workflow for a Distgit actor Human participant src.fp.org participant Zuul +participant Nodepool participant Koji Human -> src.fp.org : Flag the PR with "gateit" @@ -33,11 +34,15 @@ src.fp.org -> Zuul : Notify Pull Request merged == promote pipeline == activate Zuul +activate Nodepool group job rpm-build run - Zuul -> Zuul : Starts rpm-build - Zuul -> Koji : Request a Koji build - Koji -> Zuul : Notify build result + Zuul -> Nodepool : Starts rpm-build exec + Nodepool -> Koji : Request a Koji build + Koji -> Nodepool : Notify build result end +Zuul -> Nodepool : Fetch results and artifacts +deactivate Nodepool +Zuul -> Zuul : Store result and artifacts Zuul -> src.fp.org : Notify build result == End of promote pipeline == diff --git a/wiki-resources/plantuml/distgit-pr-updated-workflow.plantuml b/wiki-resources/plantuml/distgit-pr-updated-workflow.plantuml index 2f9c31f..f130f92 100644 --- a/wiki-resources/plantuml/distgit-pr-updated-workflow.plantuml +++ b/wiki-resources/plantuml/distgit-pr-updated-workflow.plantuml @@ -22,7 +22,7 @@ group job rpm-scratch-build run Nodepool -> Koji : Request scratch build activate Koji Koji -> Koji : Exec scratch build - Koji -> Nodepool : Result build result + Koji -> Nodepool : Notify build result Nodepool -> Koji : Fetch artifacts (rpms) deactivate Koji end