summaryrefslogtreecommitdiff
path: root/pipeline.dot
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 21:13:32 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 21:13:32 +0300
commitbb2504ebf4c46617c741d5e7e380b096df8b1b82 (patch)
tree10ceb54689f6abfd9f0c9d875f9da1ff75fa7694 /pipeline.dot
parent869e76230dc98626fe8bb6e485cd2e52288e9265 (diff)
downloadwmf-ci-arch-bb2504ebf4c46617c741d5e7e380b096df8b1b82.tar.gz
Change: iconograpy for pipeline to match ecosystem
Diffstat (limited to 'pipeline.dot')
-rw-r--r--pipeline.dot10
1 files changed, 5 insertions, 5 deletions
diff --git a/pipeline.dot b/pipeline.dot
index dd31fa0..d0a9de6 100644
--- a/pipeline.dot
+++ b/pipeline.dot
@@ -1,10 +1,10 @@
digraph pipeline {
developer [shape="circle" label="developer"];
- commit [shape="rect" label="Commit stage"];
- acceptance [shape="rect" label="Acceptance stage"];
- testenv [shape="folder" label="A test environment"];
- deployprod [shape="rect" label="Deploy to production"];
- production [shape="folder" label="Production environment"];
+ commit [shape="ellipse" label="Commit stage"];
+ acceptance [shape="ellipse" label="Acceptance stage"];
+ testenv [shape="octagon" label="A test environment"];
+ deployprod [shape="ellipse" label="Deploy to production"];
+ production [shape="doubleoctagon" label="Production environment"];
developer -> commit;