From f24b116276cb29db18c73002aa46ec2bdebed8d1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 22 May 2019 21:09:32 +0300 Subject: Change: iconography for ecosystem same as arch --- ci-arch.mdwn | 2 +- ecosystem.dot | 10 ++++----- ecosystem.svg | 70 +++++++++++++++++++++++++++-------------------------------- 3 files changed, 38 insertions(+), 44 deletions(-) diff --git a/ci-arch.mdwn b/ci-arch.mdwn index adf52f1..439d67d 100644 --- a/ci-arch.mdwn +++ b/ci-arch.mdwn @@ -455,7 +455,7 @@ items. ## The WMF development ecosystem -![The WMF development ecosystem, roughly](ecosystem.svg){ height=25% } +![The WMF development ecosystem, roughly](ecosystem.svg){ height=50% } The figure above is simplistic, but gives the general idea of what happens when a developer is finished with a change: diff --git a/ecosystem.dot b/ecosystem.dot index 39d38bb..be9c19d 100644 --- a/ecosystem.dot +++ b/ecosystem.dot @@ -1,10 +1,10 @@ digraph ecosystem { developer [shape="circle" label="developer"]; - gerrit [shape="tab" label="Gerrit\ncode review"]; - CI [shape="tab" label="CI system"]; - autotestenv [shape="component" label="env for automated tests"]; - mantestenv [shape="component" label="env for manual testing"]; - prodenv [shape="doublecircle" label="production"]; + gerrit [shape="box" label="Gerrit\ncode review"]; + CI [shape="box" label="CI system"]; + autotestenv [shape="octagon" label="env for automated tests"]; + mantestenv [shape="octagon" label="env for manual testing"]; + prodenv [shape="doubleoctagon" label="production"]; developer -> gerrit; gerrit -> developer; diff --git a/ecosystem.svg b/ecosystem.svg index 264753a..39d0272 100644 --- a/ecosystem.svg +++ b/ecosystem.svg @@ -4,96 +4,90 @@ - - + + ecosystem - + developer - -developer + +developer gerrit - - -Gerrit -code review + +Gerrit +code review developer->gerrit - - + + gerrit->developer - - + + CI - - -CI system + +CI system gerrit->CI - - + + CI->gerrit - - + + autotestenv - - - -env for automated tests + +env for automated tests CI->autotestenv - - + + mantestenv - - - -env for manual testing + +env for manual testing CI->mantestenv - - + + prodenv - - -production + + +production CI->prodenv - - + + -- cgit v1.2.1