From f6d904de03c3975548dfdc00b5f6dec2e80144e7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 7 May 2019 15:48:14 +0300 Subject: Change: make production round, because we're in the future --- ci-arch.pdf | Bin 285841 -> 285975 bytes ecosystem.dot | 2 +- ecosystem.svg | 77 +++++++++++++++++++++++++++++----------------------------- 3 files changed, 39 insertions(+), 40 deletions(-) diff --git a/ci-arch.pdf b/ci-arch.pdf index 0db2c55..9bb3ced 100644 Binary files a/ci-arch.pdf and b/ci-arch.pdf differ diff --git a/ecosystem.dot b/ecosystem.dot index 03f86b0..d665132 100644 --- a/ecosystem.dot +++ b/ecosystem.dot @@ -4,7 +4,7 @@ digraph ecosystem { CI [shape="tab" label="CI system"]; autotestenv [shape="component" label="env for automated tests"]; mantestenv [shape="component" label="env for manual testing"]; - prodenv [shape="component" label="production"]; + prodenv [shape="doublecircle" label="production"]; developer -> gerrit; gerrit -> developer; diff --git a/ecosystem.svg b/ecosystem.svg index f47bb66..264753a 100644 --- a/ecosystem.svg +++ b/ecosystem.svg @@ -4,97 +4,96 @@ - - + + 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