-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (158 loc) · 62.1 KB
/
Copy pathindex.html
File metadata and controls
170 lines (158 loc) · 62.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenFPM - Portal</title>
<style>
body {font-size: 14}
table {font-size: 14}
</style>
</head>
<body background="http://mosaic.mpi-cbg.de/images/mosaic.jpg" style="background-repeat: no-repeat; font-family:sans-serif;">
<h1>OpenFPM Portal</h1>
<div style=" border-radius: 25px; padding: 20px 20px 20px 20px ;" >
<div style="background-color:white; border-radius: 25px;border: 2px solid #000000; padding: 20px;" >
<h2>WIKI</h2>
Openfpm project has a collection of interconnected wikis with underline repositories, all the wikis are editable,( if someone want to make notes ),
with the exception of the low level documentation that is auto-generated. This portal can be used to check the status of the
project at any level. This portal is also an experiment on how use technologies and web technologies to improve user-experience in
providing documentation and possible way to make the user interacts and learns the ideas behind OpenFPM<br>
<br>
All the wikis are protected with a username and password, feel free to change everything, all wiki work on a separate branch and receive a peer review
before merging and uploading into the central documentation repos (Gitlab wikis)<br>
<br>
Username: mosaic<br>
Password: mosaicopenfpm<br>
<br>
<br>
<a href="http://ppmcore.mpi-cbg.de:4567/Home">START HERE</a>
</div>
</div>
<div style=" border-radius: 25px; padding: 20px 20px 20px 20px ;" >
<div style="background-color:white; border-radius: 25px;border: 2px solid #000000; padding: 20px 20px 20px 20px ;" >
<h2>Development</h2>
The openfpm project development make use of a semi-automated software pipeline divided in three phases<br>
<ul>
<li>Integration</li>
<li>Delivery</li>
<li>Release</li>
</ul>
<br>
A good explanation of what is this practice and why is important can be found <a href="http://devops.com/2014/07/29/continuous-delivery-pipeline/">HERE</a>
<br>
<div >
<h3>Integration</h3>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:red; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
<h4>Build and test</h4>
<a href="http://sbalzarini-mac-10:8080/job/OpenFPM_devices/">OpenFPM_devices</a>
<a href="http://sbalzarini-mac-10:8080/job/OpenFPM_data/">OpenFPM_data</a>
<a href="http://sbalzarini-mac-10:8080/job/OpenFPM_vcluster/">OpenFPM_vcluster</a>
<a href="http://sbalzarini-mac-10:8080/job/OpenFPM_io/">OpenFPM_io</a>
<a href="http://sbalzarini-mac-10:8080/job/OpenFPM_pdata/">OpenFPM_pdata</a>
</div>
</div>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:red; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
<h4>Memory Leak and corruption</h4>
<a href="http://sbalzarini-mac-10:8080/job/OpenFPM_data/">OpenFPM_data</a>
</div>
</div>
</div>
<h3>Delivery</h3>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:yellow; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
Every-time a project is updated all its dependencies are compiled and tested<br><br>
<h4>Integration test</h4>
<a href="http://sbalzarini-mac-10:8080/view/OpenFPM_devices/">OpenFPM_devices</a>
<a href="http://sbalzarini-mac-10:8080/view/OpenFPM_data/">OpenFPM_data</a>
<a href="http://sbalzarini-mac-10:8080/view/OpenFPM_vcluster/">OpenFPM_vcluster</a>
</div>
</div>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:yellow; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
Coverage test: Coverage tests check and report which parts of the code the units test cover and which not at
single line resolution. They also give visual usefull information about untested
and eventually unsafe parts of the code. At single line resolution green lines mean tested code,
red lines or non marked code mean never tested code.
(Red: instantiated never called code, white: not-instantiated never called )<br>
<br>
<a href="http://ppmcore.mpi-cbg.de/cov_test/openfpm_data_ctl.html">(OpenFPM_data by line HTML)</a>
<a href="http://ppmcore.mpi-cbg.de/cov_test/openfpm_data_ctb.html">(OpenFPM_data by branch HTML)</a>
<br>
<br>
Username: mosaic<br>
Password: mosaicopenfpm<br>
</div>
</div>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:yellow; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
Static analysis tests<br>
<a href="https://scan.coverity.com/projects/openfpm_pdata">
<img alt="Coverity Scan Build Status"
src="https://scan.coverity.com/projects/6632/badge.svg"/>
</a>
</div>
</div>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:yellow; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
<h4>Performance test</h4>
<a href="http://ppmcore.mpi-cbg.de/web/performance/openfpm_data/openfpm_data_performance.html">Openfpm_data</a>
</div>
<div style=" padding: 3px 3px 3px 3px ;" >
<h3>Releasing</h3>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:#ADFF2F; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
Documentation review
</div>
</div>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:#ADFF2F ; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
<a href="http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/index.html">Documentation data</a> ( Username: mosaic / Password: mosaicopenfpm )<br>
<a href="http://ppmcore.mpi-cbg.de/doxygen/openfpm_pdata/index.html">Documentation pdata</a> ( Username: mosaic / Password: mosaicopenfpm )<br>
<a href="http://ppmcore.mpi-cbg.de/doxygen/openfpm_vcluster/index.html">Documentation vcluster</a> ( Username: mosaic / Password: mosaicopenfpm )<br>
<a href="http://ppmcore.mpi-cbg.de/doxygen/openfpm_io/index.html">Documentation io</a> ( Username: mosaic / Password: mosaicopenfpm )<br>
</div>
</div>
<div style=" padding: 3px 3px 3px 3px ;" >
<div style="background-color:#ADFF2F; border-radius: 5px;border: 2px solid #000000; padding: 5px 5px 5px 5px ;" >
<h3>Production repo (GitHub)</h3>
<br>
Production repos are release repository used to upload stable images of the development repositories. They are
software release repo. Nothing is uploaded there until all the Integration, and Delivery phases has been
succefully completed
<br><br><a href="https://github.com/incardon/openfpm_pdata">OpenFPM_pdata</a>
<br><a href="https://github.com/incardon/openfpm_vcluster">OpenFPM_vcluster</a>
<br><a href="https://github.com/incardon/openfpm_io">OpenFPM_io</a>
<br><a href="https://github.com/incardon/openfpm_data">OpenFPM_data</a>
<br><a href="https://github.com/incardon/openfpm_devices">OpenFPM_devices</a>
</div>
</div>
<br>
<br>
<br>
</div>
</div>
<br>
<!--<div style="background-color:white; border-radius: 25px;border: 2px solid #000000; padding: 20px;" >
<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">
<div style="width:1px;height:1px;overflow:hidden;">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
</div>-->
<div class="mxgraph" style="max-width:100%;border:1px solid transparent;" data-mxgraph="{"highlight":"#0000ff","nav":true,"resize":true,"xml":"<mxGraphModel dx=\"876\" dy=\"466\" grid=\"1\" gridSize=\"10\" guides=\"1\" tooltips=\"1\" connect=\"1\" arrows=\"1\" fold=\"1\" page=\"1\" pageScale=\"1\" pageWidth=\"826\" pageHeight=\"1169\" background=\"#FFFFFF\" math=\"0\" shadow=\"0\"><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><UserObject label=\"Rundeck\" link=\"http://sbalzarini-mac-10:4440/menu/home\" id=\"33fccff50a79ae68-81\"><mxCell style=\"rounded=0;whiteSpace=wrap;html=1;shadow=0;glass=0;strokeColor=#9AC7BF;strokeWidth=3;fillColor=none;fontSize=20;fontColor=#000000;fontStyle=1;verticalAlign=top;align=left;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"12\" y=\"701\" width=\"797\" height=\"580\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Deploy Phase 1&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/20963031-aff2-4e65-bbb6-327d4251dc9f\" id=\"569e5f9dccea19fe-27\"><mxCell style=\"rounded=1;whiteSpace=wrap;html=1;fontSize=12;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"460\" y=\"714\" width=\"147\" height=\"286\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Jenkins\" link=\"http://sbalzarini-mac-10:8080/\" id=\"33fccff50a79ae68-79\"><mxCell style=\"rounded=0;whiteSpace=wrap;html=1;fontSize=20;fontColor=#000000;glass=0;shadow=0;fillColor=none;strokeColor=#FF6666;strokeWidth=3;align=left;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"11\" y=\"120\" width=\"800\" height=\"560\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"569e5f9dccea19fe-4\" value=\"\" style=\"whiteSpace=wrap;html=1;fillColor=#ffffff;horizontal=0;strokeColor=#000000;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"61\" y=\"160\" width=\"710\" height=\"490\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-2\" value=\"&lt;font style=&quot;font-size: 20px&quot;&gt;Integration test&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/font&gt;\" style=\"rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#b85450;strokeWidth=3;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"78\" y=\"214\" width=\"670\" height=\"305\" as=\"geometry\"/></mxCell><mxCell id=\"33fccff50a79ae68-89\" value=\"Web\" style=\"rounded=0;whiteSpace=wrap;html=1;shadow=0;glass=0;strokeColor=#B3FF66;strokeWidth=3;fillColor=none;fontSize=20;fontColor=#000000;align=left;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"10\" y=\"1304\" width=\"800\" height=\"530\" as=\"geometry\"/></mxCell><UserObject label=\"Public\" id=\"33fccff50a79ae68-103\"><mxCell style=\"rounded=0;whiteSpace=wrap;html=1;fontSize=15;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"470\" y=\"1360\" width=\"320\" height=\"400\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Private\" id=\"33fccff50a79ae68-101\"><mxCell style=\"rounded=0;whiteSpace=wrap;html=1;fontSize=15;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"43\" y=\"1354\" width=\"367\" height=\"460\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Delivery Phase 2&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/138be3d5-c9e3-4025-b82a-92d9418bf3e1\" id=\"33fccff50a79ae68-43\"><mxCell style=\"rounded=1;whiteSpace=wrap;html=1;fontSize=12;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"266\" y=\"714\" width=\"147\" height=\"340\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM_pdata\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_pdata/\" id=\"33fccff50a79ae68-1\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"277\" y=\"389\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM_Vcluster\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_vcluster/\" id=\"33fccff50a79ae68-3\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"434\" y=\"429\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"569e5f9dccea19fe-29\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0;entryY=0.25;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fontSize=24;fillColor=#dae8fc;strokeColor=#6c8ebf;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-43\" target=\"569e5f9dccea19fe-27\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"340\" y=\"1074\"/><mxPoint x=\"437\" y=\"1074\"/><mxPoint x=\"437\" y=\"786\"/></Array></mxGeometry></mxCell><mxCell id=\"7f1bdc5e81ed5595-4\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;jettySize=auto;orthogonalLoop=1;strokeColor=#000000;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-4\" target=\"33fccff50a79ae68-3\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><UserObject label=\"OpenFPM_data\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_data/\" id=\"33fccff50a79ae68-4\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"434\" y=\"349\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM_devices\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_devices/\" id=\"33fccff50a79ae68-5\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"604\" y=\"389\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"33fccff50a79ae68-9\" value=\"\" style=\"endArrow=classic;html=1;entryX=1;entryY=0.25;exitX=0;exitY=0.5;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-4\" target=\"33fccff50a79ae68-1\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"327\" y=\"249\" as=\"sourcePoint\"/><mxPoint x=\"287\" y=\"289\" as=\"targetPoint\"/></mxGeometry></mxCell><mxCell id=\"33fccff50a79ae68-12\" value=\"\" style=\"endArrow=classic;html=1;exitX=0;exitY=0.5;entryX=1;entryY=0.75;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-3\" target=\"33fccff50a79ae68-1\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"-3\" y=\"209\" as=\"sourcePoint\"/><mxPoint x=\"47\" y=\"159\" as=\"targetPoint\"/></mxGeometry></mxCell><mxCell id=\"33fccff50a79ae68-13\" value=\"\" style=\"endArrow=classic;html=1;exitX=0;exitY=0.75;entryX=1;entryY=0.5;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-5\" target=\"33fccff50a79ae68-3\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"51\" y=\"154\" as=\"sourcePoint\"/><mxPoint x=\"101\" y=\"104\" as=\"targetPoint\"/></mxGeometry></mxCell><mxCell id=\"33fccff50a79ae68-15\" value=\"\" style=\"endArrow=classic;html=1;exitX=0;exitY=0.25;entryX=1;entryY=0.5;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-5\" target=\"33fccff50a79ae68-4\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"51\" y=\"154\" as=\"sourcePoint\"/><mxPoint x=\"101\" y=\"104\" as=\"targetPoint\"/></mxGeometry></mxCell><UserObject label=\"OpenFPM_numerics\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_numerics/\" id=\"33fccff50a79ae68-16\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"107\" y=\"389\" width=\"130\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"33fccff50a79ae68-17\" value=\"\" style=\"endArrow=classic;html=1;exitX=0;exitY=0.5;entryX=1;entryY=0.5;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-1\" target=\"33fccff50a79ae68-16\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"51\" y=\"214\" as=\"sourcePoint\"/><mxPoint x=\"231\" y=\"234\" as=\"targetPoint\"/></mxGeometry></mxCell><UserObject label=\"OpenFPM_io\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_io/\" id=\"33fccff50a79ae68-18\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"277\" y=\"269\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"33fccff50a79ae68-19\" value=\"\" style=\"endArrow=classic;html=1;exitX=1;exitY=0.5;entryX=0.5;entryY=0;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-18\" target=\"33fccff50a79ae68-4\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"-3\" y=\"196\" as=\"sourcePoint\"/><mxPoint x=\"47\" y=\"146\" as=\"targetPoint\"/></mxGeometry></mxCell><mxCell id=\"33fccff50a79ae68-21\" value=\"\" style=\"endArrow=classic;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-18\" target=\"33fccff50a79ae68-1\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"19\" y=\"208\" as=\"sourcePoint\"/><mxPoint x=\"69\" y=\"158\" as=\"targetPoint\"/></mxGeometry></mxCell><mxCell id=\"33fccff50a79ae68-22\" value=\"\" style=\"endArrow=classic;html=1;entryX=0.5;entryY=0;exitX=0;exitY=0.5;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-18\" target=\"33fccff50a79ae68-16\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"67\" y=\"259\" as=\"sourcePoint\"/><mxPoint x=\"117\" y=\"209\" as=\"targetPoint\"/></mxGeometry></mxCell><mxCell id=\"33fccff50a79ae68-23\" value=\"OpenFPM release pipeline map&lt;br&gt;\" style=\"text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;overflow=hidden;fontSize=26;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"10\" y=\"10\" width=\"800\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"7f1bdc5e81ed5595-1\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;jettySize=auto;orthogonalLoop=1;strokeColor=#000000;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-24\" target=\"33fccff50a79ae68-26\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><UserObject label=\"Pack the examples code&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/7957f7f4-0670-4872-89c9-d0445187aa04\" id=\"33fccff50a79ae68-24\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"474\" y=\"754\" width=\"120\" height=\"36\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Test the compilation of the packed and uploaded example codes&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/057812d0-9bc6-4d64-90cc-3190c380d10b\" id=\"33fccff50a79ae68-26\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"473\" y=\"803\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Execute performance test, generate report&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/993a4f90-1dab-4c4e-a41e-81a9c8596ce8\" id=\"33fccff50a79ae68-33\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"280\" y=\"977\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Generate doxygen documentation&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/223f8333-41c7-4a5d-b015-4c20b0605f29\" id=\"33fccff50a79ae68-36\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"277\" y=\"754\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Update coverage test report&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/723df5a3-3171-40f5-90ca-3715daabc747\" id=\"33fccff50a79ae68-40\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"280\" y=\"833\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"33fccff50a79ae68-46\" value=\"Every month&lt;br&gt;\" style=\"shape=mxgraph.bpmn.shape;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;perimeter=rhombusPerimeter;background=gateway;outline=standard;symbol=timer;fillColor=none;fontSize=12;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"138\" y=\"909\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><UserObject label=\"Static code analyzer&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/00368d74-44ad-4aa2-9d94-5d06029cf5db\" id=\"33fccff50a79ae68-47\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"280\" y=\"904\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"33fccff50a79ae68-48\" value=\"\" style=\"endArrow=classic;html=1;fontSize=12;exitX=1;exitY=0.5;entryX=0;entryY=0.5;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-46\" target=\"33fccff50a79ae68-47\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"490\" y=\"929\" as=\"sourcePoint\"/><mxPoint x=\"400\" y=\"929\" as=\"targetPoint\"/></mxGeometry></mxCell><mxCell id=\"33fccff50a79ae68-53\" value=\"Manually triggered operations&lt;br&gt;\" style=\"label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png;fillColor=none;fontSize=12;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"73\" y=\"743\" width=\"135\" height=\"60\" as=\"geometry\"/></mxCell><mxCell id=\"33fccff50a79ae68-57\" value=\"Every day&lt;br&gt;\" style=\"shape=mxgraph.bpmn.shape;html=1;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;perimeter=rhombusPerimeter;background=gateway;outline=standard;symbol=timer;fillColor=none;fontSize=12;fontColor=#000000;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"705\" y=\"1090\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"33fccff50a79ae68-58\" value=\"Backup rundeck server&lt;br&gt;\" style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"670\" y=\"1209\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell><mxCell id=\"33fccff50a79ae68-59\" value=\"\" style=\"endArrow=classic;html=1;fontSize=12;fontColor=#000000;entryX=0.5;entryY=0;fillColor=#ffffff;strokeColor=#000000;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-57\" target=\"33fccff50a79ae68-58\"><mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\"><mxPoint x=\"436\" y=\"1084\" as=\"sourcePoint\"/><mxPoint x=\"486\" y=\"1034\" as=\"targetPoint\"/></mxGeometry></mxCell><UserObject label=\"Commit wikis changes into cetral repo server&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/f9c98c29-05be-4d14-b9e4-a913ef265e8c\" id=\"33fccff50a79ae68-63\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"640\" y=\"833\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Start wiki servers&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/6bdad3b6-12c5-47cb-bd90-f2678c95865e\" id=\"33fccff50a79ae68-64\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"640\" y=\"922\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Initialize performance test&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/a393b300-c8ef-4b51-9b97-e33b2a213784\" id=\"33fccff50a79ae68-75\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"93\" y=\"1013\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Promote last performance test as reference&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/9c464f99-ec69-42e3-84df-e95ae84fc563\" id=\"33fccff50a79ae68-76\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"93\" y=\"1103\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"33fccff50a79ae68-77\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0;exitY=0.5;entryX=0;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeColor=#FF0000;fillColor=#FF0000;fontSize=12;fontColor=#000000;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-53\" target=\"33fccff50a79ae68-75\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"33fccff50a79ae68-78\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0;exitY=0.5;entryX=0;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeColor=#FF0000;fillColor=#FF0000;fontSize=12;fontColor=#000000;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-53\" target=\"33fccff50a79ae68-76\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><UserObject label=\"Stop&lt;br&gt;&amp;nbsp;wiki servers&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/54bed95f-157d-4ea3-9f45-9ec54aecae54\" id=\"33fccff50a79ae68-83\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"640\" y=\"1011\" width=\"120\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Wiki\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/2d50cb6a-b79e-4f4e-ba4e-888598be2cb1\" id=\"33fccff50a79ae68-98\"><mxCell style=\"rounded=1;whiteSpace=wrap;html=1;fontSize=12;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"68\" y=\"1392\" width=\"147\" height=\"254\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Reports\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/2d50cb6a-b79e-4f4e-ba4e-888598be2cb1\" id=\"33fccff50a79ae68-100\"><mxCell style=\"rounded=1;whiteSpace=wrap;html=1;fontSize=12;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"236\" y=\"1394\" width=\"147\" height=\"254\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM pdata&lt;br&gt;\" link=\"http://ppmcore.mpi-cbg.de:4567/Home\" id=\"33fccff50a79ae68-106\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"80\" y=\"1474\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM_data\" link=\"http://ppmcore.mpi-cbg.de:4568/Home\" id=\"33fccff50a79ae68-107\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"81\" y=\"1519\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM_vcluster\" link=\"http://ppmcore.mpi-cbg.de:4568/Home\" id=\"33fccff50a79ae68-108\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"81\" y=\"1564\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM&lt;br&gt;\" link=\"http://ppmcore.mpi-cbg.de:4567/Home\" id=\"33fccff50a79ae68-109\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"82\" y=\"1427\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Performance\" link=\"http://ppmcore.mpi-cbg.de/web/performance/openfpm_data/openfpm_data_performance.html\" id=\"33fccff50a79ae68-110\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"1427\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Coverage\" link=\"http://ppmcore.mpi-cbg.de/cov_test/openfpm_data_ctl.html\" id=\"33fccff50a79ae68-111\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"1474\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Code static analysis&lt;br&gt;\" link=\"https://scan.coverity.com/projects/openfpm_pdata\" id=\"33fccff50a79ae68-112\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"1521\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"API reference doxygen&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/2d50cb6a-b79e-4f4e-ba4e-888598be2cb1\" id=\"33fccff50a79ae68-113\"><mxCell style=\"rounded=1;whiteSpace=wrap;html=1;fontSize=12;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"68\" y=\"1674\" width=\"322\" height=\"130\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM_pdata\" link=\"http://ppmcore.mpi-cbg.de/doxygen/openfpm_pdata/index.html\" id=\"33fccff50a79ae68-114\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"92\" y=\"1704\" width=\"258\" height=\"76\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"2f36f83dc884466b-12\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;jettySize=auto;orthogonalLoop=1;strokeColor=#0000FF;strokeWidth=3;fillColor=#FF0000;fontSize=15;fontColor=#000000;endArrow=none;endFill=0;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-75\"><mxGeometry relative=\"1\" as=\"geometry\"><mxPoint x=\"420\" y=\"1254\" as=\"targetPoint\"/><Array as=\"points\"><mxPoint x=\"230\" y=\"1043\"/><mxPoint x=\"230\" y=\"1254\"/></Array></mxGeometry></mxCell><mxCell id=\"2f36f83dc884466b-9\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;entryX=1;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeColor=#0000FF;strokeWidth=3;fillColor=#FF0000;fontSize=15;fontColor=#000000;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-33\" target=\"33fccff50a79ae68-110\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"420\" y=\"1007\"/><mxPoint x=\"420\" y=\"1445\"/></Array></mxGeometry></mxCell><mxCell id=\"2f36f83dc884466b-13\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;jettySize=auto;orthogonalLoop=1;strokeColor=#0000FF;strokeWidth=3;fillColor=#FF0000;fontSize=15;fontColor=#000000;endArrow=none;endFill=0;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-76\"><mxGeometry relative=\"1\" as=\"geometry\"><mxPoint x=\"230\" y=\"1133\" as=\"targetPoint\"/></mxGeometry></mxCell><UserObject label=\"Portal\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/2d50cb6a-b79e-4f4e-ba4e-888598be2cb1\" id=\"20bf391650ed683c-3\"><mxCell style=\"rounded=1;whiteSpace=wrap;html=1;fontSize=12;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"488\" y=\"1629\" width=\"285\" height=\"100\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"OpenFPM\" link=\"http://ppmcore.mpi-cbg.de/web/\" id=\"20bf391650ed683c-4\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"510\" y=\"1669\" width=\"245\" height=\"30\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"20bf391650ed683c-5\" value=\"\" style=\"ellipse;shape=cloud;whiteSpace=wrap;html=1;rounded=0;shadow=0;glass=0;strokeColor=#33FF99;strokeWidth=3;fillColor=none;fontSize=15;fontColor=#000000;align=left;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"470\" y=\"1407\" width=\"320\" height=\"205\" as=\"geometry\"/></mxCell><UserObject label=\"&lt;font style=&quot;font-size: 18px&quot;&gt;main (Gitlab)&lt;br&gt;&lt;/font&gt;\" link=\"http://ppmcore.mpi-cbg.de/users/sign_in\" id=\"20bf391650ed683c-6\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=20;fontColor=#000000;plain-green;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"563\" y=\"1457\" width=\"159\" height=\"57\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"&lt;b&gt;Github staging&lt;br&gt;&lt;/b&gt;\" link=\"https://github.com/incardon/openfpm_pdata\" id=\"20bf391650ed683c-11\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"597\" y=\"1532\" width=\"100\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Slack channel&lt;br&gt;\" link=\"https://mosaicgroup.slack.com/messages/openfpm_services/\" id=\"20bf391650ed683c-15\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;fontColor=#000000;plain-green;direction=west;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"1564\" width=\"120\" height=\"35\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Medium scale test&lt;br&gt;\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_numerics/\" id=\"569e5f9dccea19fe-7\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"98\" y=\"570\" width=\"130\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"High scale test&lt;br&gt;\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_numerics/\" id=\"569e5f9dccea19fe-8\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red;direction=west;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"347\" y=\"570\" width=\"130\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"Examples compile and run&lt;br&gt;\" link=\"http://sbalzarini-mac-10:8081/jenkins/job/OpenFPM_numerics/\" id=\"569e5f9dccea19fe-9\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;plain-red\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"593\" y=\"570\" width=\"130\" height=\"60\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"569e5f9dccea19fe-18\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fillColor=#f8cecc;strokeColor=#b85450;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-2\" target=\"569e5f9dccea19fe-7\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-21\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fillColor=#f8cecc;strokeColor=#b85450;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-7\" target=\"569e5f9dccea19fe-8\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"/></mxGeometry></mxCell><mxCell id=\"569e5f9dccea19fe-24\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0;exitY=0.5;entryX=0;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fillColor=#f8cecc;strokeColor=#b85450;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-8\" target=\"569e5f9dccea19fe-9\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-25\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fillColor=#f8cecc;strokeColor=#b85450;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-4\" target=\"33fccff50a79ae68-43\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"416\" y=\"690\"/><mxPoint x=\"340\" y=\"690\"/></Array></mxGeometry></mxCell><mxCell id=\"569e5f9dccea19fe-26\" value=\"Delivery Phase 1 Code-base test&lt;br&gt;\" style=\"text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;fontSize=24;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"61\" y=\"160\" width=\"710\" height=\"40\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-32\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;jettySize=auto;orthogonalLoop=1;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-36\" target=\"33fccff50a79ae68-40\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-33\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;jettySize=auto;orthogonalLoop=1;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-40\" target=\"33fccff50a79ae68-47\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-34\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;jettySize=auto;orthogonalLoop=1;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-47\" target=\"33fccff50a79ae68-33\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><UserObject label=\"Deploy Phase 2&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/2d50cb6a-b79e-4f4e-ba4e-888598be2cb1\" id=\"569e5f9dccea19fe-37\"><mxCell style=\"rounded=1;whiteSpace=wrap;html=1;fontSize=12;fillColor=none;verticalAlign=top;fontStyle=1\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"460\" y=\"1030\" width=\"147\" height=\"230\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"public code on github&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/057812d0-9bc6-4d64-90cc-3190c380d10b\" id=\"569e5f9dccea19fe-39\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"473\" y=\"1067\" width=\"120\" height=\"47\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"569e5f9dccea19fe-41\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fontSize=24;fillColor=#dae8fc;strokeColor=#6c8ebf;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-27\" target=\"569e5f9dccea19fe-37\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"7f1bdc5e81ed5595-3\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;jettySize=auto;orthogonalLoop=1;strokeColor=#000000;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-44\" target=\"7f1bdc5e81ed5595-2\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><UserObject label=\"Installation check&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/057812d0-9bc6-4d64-90cc-3190c380d10b\" id=\"569e5f9dccea19fe-44\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"473\" y=\"879\" width=\"120\" height=\"28\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"deploy VM&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/057812d0-9bc6-4d64-90cc-3190c380d10b\" id=\"569e5f9dccea19fe-46\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"474\" y=\"1129\" width=\"120\" height=\"40\" as=\"geometry\"/></mxCell></UserObject><UserObject label=\"deploy docker&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/057812d0-9bc6-4d64-90cc-3190c380d10b\" id=\"569e5f9dccea19fe-47\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"474\" y=\"1189\" width=\"120\" height=\"41\" as=\"geometry\"/></mxCell></UserObject><mxCell id=\"569e5f9dccea19fe-48\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0.5;exitY=1;entryX=0.5;entryY=0;jettySize=auto;orthogonalLoop=1;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-26\" target=\"569e5f9dccea19fe-44\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-49\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;entryX=1;entryY=0.75;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fontSize=24;fillColor=#fff2cc;strokeColor=#d6b656;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-40\" target=\"33fccff50a79ae68-111\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"430\" y=\"863\"/><mxPoint x=\"430\" y=\"1500\"/></Array></mxGeometry></mxCell><mxCell id=\"569e5f9dccea19fe-50\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;entryX=1;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeWidth=3;fontSize=24;fillColor=#e1d5e7;strokeColor=#9673a6;\" edge=\"1\" parent=\"1\" source=\"33fccff50a79ae68-47\" target=\"33fccff50a79ae68-112\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"450\" y=\"934\"/><mxPoint x=\"450\" y=\"1539\"/></Array></mxGeometry></mxCell><mxCell id=\"569e5f9dccea19fe-51\" value=\"Manually triggered operations&lt;br&gt;\" style=\"label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png;fillColor=none;fontSize=12;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"638\" y=\"724\" width=\"135\" height=\"60\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-52\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;entryX=1;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeWidth=1;fontSize=24;fillColor=#f8cecc;strokeColor=#FF0000;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-51\" target=\"33fccff50a79ae68-63\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-53\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;entryX=1;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeColor=#FF0000;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-51\" target=\"33fccff50a79ae68-64\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><mxCell id=\"569e5f9dccea19fe-54\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;entryX=1;entryY=0.5;jettySize=auto;orthogonalLoop=1;strokeColor=#FF0000;strokeWidth=1;fontSize=24;\" edge=\"1\" parent=\"1\" source=\"569e5f9dccea19fe-51\" target=\"33fccff50a79ae68-83\"><mxGeometry relative=\"1\" as=\"geometry\"/></mxCell><UserObject label=\"construct docker image&lt;br&gt;\" link=\"http://sbalzarini-mac-10:4440/project/PPM/job/show/057812d0-9bc6-4d64-90cc-3190c380d10b\" id=\"7f1bdc5e81ed5595-2\"><mxCell style=\"shape=ext;double=1;rounded=1;whiteSpace=wrap;html=1;fontSize=12;plain-blue\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"474\" y=\"931\" width=\"120\" height=\"43\" as=\"geometry\"/></mxCell></UserObject></root></mxGraphModel>","toolbar":"zoom layers lightbox"}"></div>
<script type="text/javascript" src="https://www.draw.io/embed2.js?s=bpmn"></script>
<br>
<br>
<div style="background-color:white; border-radius: 25px;border: 2px solid #000000; padding: 20px;" >
<h2>Infrastrucutes admin</h2>
<br>
<br>
<a href="http://sbalzarini-mac-10:8080">Jenkins server</a><br>
<a href="http://sbalzarini-mac-10:4440">Rundeck server</a><br>
<a href="http://ppmcore.mpi-cbg.de:8080">Gitlab server</a><br>
<a href="http://ppmcore.mpi-cbg.de/web">HTTP Nginx server</a><br>
<a href="https://mosaicgroup.slack.com/messages/openfpm_services/">Services slack channel</a><br>
<br>
<br>
</div>
</body>
</html>