summaryrefslogtreecommitdiff
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
parent869e76230dc98626fe8bb6e485cd2e52288e9265 (diff)
downloadwmf-ci-arch-bb2504ebf4c46617c741d5e7e380b096df8b1b82.tar.gz
Change: iconograpy for pipeline to match ecosystem
-rw-r--r--pipeline.dot10
-rw-r--r--pipeline.svg53
2 files changed, 32 insertions, 31 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;
diff --git a/pipeline.svg b/pipeline.svg
index 97a3d75..2fa038a 100644
--- a/pipeline.svg
+++ b/pipeline.svg
@@ -4,76 +4,77 @@
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
-->
<!-- Title: pipeline Pages: 1 -->
-<svg width="290pt" height="387pt"
- viewBox="0.00 0.00 289.50 386.99" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 382.9919)">
+<svg width="393pt" height="395pt"
+ viewBox="0.00 0.00 392.65 394.99" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 390.9919)">
<title>pipeline</title>
-<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-382.9919 285.5,-382.9919 285.5,4 -4,4"/>
+<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-390.9919 388.6465,-390.9919 388.6465,4 -4,4"/>
<!-- developer -->
<g id="node1" class="node">
<title>developer</title>
-<ellipse fill="none" stroke="#000000" cx="134" cy="-333.496" rx="45.4919" ry="45.4919"/>
-<text text-anchor="middle" x="134" y="-329.796" font-family="Times,serif" font-size="14.00" fill="#000000">developer</text>
+<ellipse fill="none" stroke="#000000" cx="180.8261" cy="-341.496" rx="45.4919" ry="45.4919"/>
+<text text-anchor="middle" x="180.8261" y="-337.796" font-family="Times,serif" font-size="14.00" fill="#000000">developer</text>
</g>
<!-- commit -->
<g id="node2" class="node">
<title>commit</title>
-<polygon fill="none" stroke="#000000" points="181,-252 87,-252 87,-216 181,-216 181,-252"/>
-<text text-anchor="middle" x="134" y="-230.3" font-family="Times,serif" font-size="14.00" fill="#000000">Commit stage</text>
+<ellipse fill="none" stroke="#000000" cx="180.8261" cy="-242" rx="61.1893" ry="18"/>
+<text text-anchor="middle" x="180.8261" y="-238.3" font-family="Times,serif" font-size="14.00" fill="#000000">Commit stage</text>
</g>
<!-- developer&#45;&gt;commit -->
<g id="edge1" class="edge">
<title>developer&#45;&gt;commit</title>
-<path fill="none" stroke="#000000" d="M134,-287.8248C134,-279.1147 134,-270.2368 134,-262.2688"/>
-<polygon fill="#000000" stroke="#000000" points="137.5001,-262.0684 134,-252.0684 130.5001,-262.0685 137.5001,-262.0684"/>
+<path fill="none" stroke="#000000" d="M180.8261,-295.8248C180.8261,-287.1147 180.8261,-278.2368 180.8261,-270.2688"/>
+<polygon fill="#000000" stroke="#000000" points="184.3262,-270.0684 180.8261,-260.0684 177.3262,-270.0685 184.3262,-270.0684"/>
</g>
<!-- acceptance -->
<g id="node3" class="node">
<title>acceptance</title>
-<polygon fill="none" stroke="#000000" points="189.5,-180 78.5,-180 78.5,-144 189.5,-144 189.5,-180"/>
-<text text-anchor="middle" x="134" y="-158.3" font-family="Times,serif" font-size="14.00" fill="#000000">Acceptance stage</text>
+<ellipse fill="none" stroke="#000000" cx="180.8261" cy="-170" rx="72.2875" ry="18"/>
+<text text-anchor="middle" x="180.8261" y="-166.3" font-family="Times,serif" font-size="14.00" fill="#000000">Acceptance stage</text>
</g>
<!-- commit&#45;&gt;acceptance -->
<g id="edge2" class="edge">
<title>commit&#45;&gt;acceptance</title>
-<path fill="none" stroke="#000000" d="M134,-215.8314C134,-208.131 134,-198.9743 134,-190.4166"/>
-<polygon fill="#000000" stroke="#000000" points="137.5001,-190.4132 134,-180.4133 130.5001,-190.4133 137.5001,-190.4132"/>
+<path fill="none" stroke="#000000" d="M180.8261,-223.8314C180.8261,-216.131 180.8261,-206.9743 180.8261,-198.4166"/>
+<polygon fill="#000000" stroke="#000000" points="184.3262,-198.4132 180.8261,-188.4133 177.3262,-198.4133 184.3262,-198.4132"/>
</g>
<!-- testenv -->
<g id="node4" class="node">
<title>testenv</title>
-<polygon fill="none" stroke="#000000" points="122,-108 119,-112 98,-112 95,-108 0,-108 0,-72 122,-72 122,-108"/>
-<text text-anchor="middle" x="61" y="-86.3" font-family="Times,serif" font-size="14.00" fill="#000000">A test environment</text>
+<polygon fill="none" stroke="#000000" points="171.4786,-90.5442 171.4786,-105.4558 121.3045,-116 50.3476,-116 .1736,-105.4558 .1736,-90.5442 50.3476,-80 121.3045,-80 171.4786,-90.5442"/>
+<text text-anchor="middle" x="85.8261" y="-94.3" font-family="Times,serif" font-size="14.00" fill="#000000">A test environment</text>
</g>
<!-- acceptance&#45;&gt;testenv -->
<g id="edge3" class="edge">
<title>acceptance&#45;&gt;testenv</title>
-<path fill="none" stroke="#000000" stroke-dasharray="1,5" d="M115.579,-143.8314C106.8471,-135.219 96.2683,-124.7851 86.7577,-115.4048"/>
-<polygon fill="#000000" stroke="#000000" points="88.9925,-112.6931 79.4151,-108.1628 84.077,-117.6769 88.9925,-112.6931"/>
+<path fill="none" stroke="#000000" stroke-dasharray="1,5" d="M157.8292,-152.5708C145.847,-143.4896 131.0002,-132.2372 117.9066,-122.3137"/>
+<polygon fill="#000000" stroke="#000000" points="119.6871,-119.2714 109.6033,-116.0206 115.4589,-124.8502 119.6871,-119.2714"/>
</g>
<!-- deployprod -->
<g id="node5" class="node">
<title>deployprod</title>
-<polygon fill="none" stroke="#000000" points="273.5,-108 140.5,-108 140.5,-72 273.5,-72 273.5,-108"/>
-<text text-anchor="middle" x="207" y="-86.3" font-family="Times,serif" font-size="14.00" fill="#000000">Deploy to production</text>
+<ellipse fill="none" stroke="#000000" cx="275.8261" cy="-98" rx="86.3847" ry="18"/>
+<text text-anchor="middle" x="275.8261" y="-94.3" font-family="Times,serif" font-size="14.00" fill="#000000">Deploy to production</text>
</g>
<!-- acceptance&#45;&gt;deployprod -->
<g id="edge4" class="edge">
<title>acceptance&#45;&gt;deployprod</title>
-<path fill="none" stroke="#000000" d="M152.421,-143.8314C161.1529,-135.219 171.7317,-124.7851 181.2423,-115.4048"/>
-<polygon fill="#000000" stroke="#000000" points="183.923,-117.6769 188.5849,-108.1628 179.0075,-112.6931 183.923,-117.6769"/>
+<path fill="none" stroke="#000000" d="M203.8229,-152.5708C216.1012,-143.2652 231.3873,-131.6799 244.7127,-121.5807"/>
+<polygon fill="#000000" stroke="#000000" points="246.8561,-124.3479 252.7117,-115.5182 242.6279,-118.7691 246.8561,-124.3479"/>
</g>
<!-- production -->
<g id="node6" class="node">
<title>production</title>
-<polygon fill="none" stroke="#000000" points="281.5,-36 278.5,-40 257.5,-40 254.5,-36 132.5,-36 132.5,0 281.5,0 281.5,-36"/>
-<text text-anchor="middle" x="207" y="-14.3" font-family="Times,serif" font-size="14.00" fill="#000000">Production environment</text>
+<polygon fill="none" stroke="#000000" points="380.4737,-14.5442 380.4737,-29.4558 319.1726,-40 232.4796,-40 171.1784,-29.4558 171.1784,-14.5442 232.4796,-4 319.1726,-4 380.4737,-14.5442"/>
+<polygon fill="none" stroke="#000000" points="384.4671,-11.1725 384.4671,-32.8275 319.513,-44 232.1392,-44 167.185,-32.8275 167.185,-11.1725 232.1392,0 319.513,0 384.4671,-11.1725"/>
+<text text-anchor="middle" x="275.8261" y="-18.3" font-family="Times,serif" font-size="14.00" fill="#000000">Production environment</text>
</g>
<!-- deployprod&#45;&gt;production -->
<g id="edge5" class="edge">
<title>deployprod&#45;&gt;production</title>
-<path fill="none" stroke="#000000" d="M207,-71.8314C207,-64.131 207,-54.9743 207,-46.4166"/>
-<polygon fill="#000000" stroke="#000000" points="210.5001,-46.4132 207,-36.4133 203.5001,-46.4133 210.5001,-46.4132"/>
+<path fill="none" stroke="#000000" d="M275.8261,-79.9891C275.8261,-72.291 275.8261,-63.0629 275.8261,-54.2561"/>
+<polygon fill="#000000" stroke="#000000" points="279.3262,-54.2282 275.8261,-44.2282 272.3262,-54.2282 279.3262,-54.2282"/>
</g>
</g>
</svg>