Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
misc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
misc
Commits
3abe974b
Commit
3abe974b
authored
Oct 19, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
14218b81
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
222 additions
and
114 deletions
+222
-114
wc2/plan.dot
wc2/plan.dot
+36
-13
wc2/plan.svg
wc2/plan.svg
+186
-101
No files found.
wc2/plan.dot
View file @
3abe974b
...
...
@@ -11,31 +11,54 @@ digraph {
wc_tests_fs1_ok
->
{
zeo_go
wc2_slapos
}
->
WWM_tests_kubu_run
;
};
nxd_fuse_ko_draftly
->
nxd_fuse_ko
->
WWM_tests_kubu_run
;
nxd_fuse_ko_draftly
->
nxd_fuse_ko
;
{
zeo_go
wc2_slapos
nxd_fuse_ko
}
->
WC2_tests_kubu_pass
;
WC2_tests_kubu_pass
->
WWM_tests_kubu_pass
;
WC2_tests_kubu_pass
->
neo_go
;
neo_go
->
WC2_tests_kubu_pass_neo
;
WWM_tests_kubu_
run
->
WWM_tests_kubu_pass
;
WWM_tests_kubu_
pass
->
WWM_tests_neo
;
WWM_tests_kubu_pass
->
{
neo_go
{
WC2_tests_kubu_pass_neo
;
WWM_tests_neo
}
->
WWM_tests_kubu_neo
}
->
WWM_tests_kubu_neo
->
WWM_tests_micfix2_neo
WC2_tests_kubu_pass_neo
->
WC2_tests_micfix2_pass_neo
client
[
label
=
"client"
,
style
=
filled
fillcolor
=
grey95
]
pinner_pyxnogil
[
label
=
"pinner → pyx/nogil"
,
style
=
filled
fillcolor
=
grey95
]
client___
[
label
=
"..."
,
style
=
filled
fillcolor
=
grey95
]
wc_tests_fs1_ok
[
label
=
"wendelin.core tests\npass with FS1 locally"
,
style
=
filled
fillcolor
=
grey95
]
WC2_tests_micfix2_pass_neo
->
WWM_clone_micfix2
->
WWM_micfix2_test
->
WWM_micfix2_wc2_test
zeo_go
[
label
=
"ZEO/go\ndriver"
]
WWM_tests_micfix2_neo
->
WWM_micfix2_wc2_test
[
style
=
dashed
,
color
=
grey
]
client
[
label
=
"client"
,
style
=
filled
fillcolor
=
lightyellow
]
pinner_pyxnogil
[
label
=
"pinner → pyx/nogil"
,
style
=
filled
fillcolor
=
lightyellow
]
client___
[
label
=
"..."
,
style
=
filled
fillcolor
=
lightyellow
]
wc_tests_fs1_ok
[
label
=
"wendelin.core tests\npass with FS1 locally"
,
style
=
filled
fillcolor
=
lightyellow
]
zeo_go
[
label
=
"ZEO/go\ndriver"
style
=
filled
fillcolor
=
lightyellow
]
neo_go
[
label
=
"NEO/go\ndriver"
]
wc2_slapos
[
label
=
"wc2 @ slapos"
]
WWM_tests_kubu_run
[
label
=
"WWM tests on kubu\nstarts to run with wc2/zeo"
]
wc2_slapos
[
label
=
"wc2 @ slapos"
style
=
filled
fillcolor
=
grey95
]
WC2_tests_kubu_pass
[
label
=
"WC2 tests on kubu\npass with wc2/zeo"
style
=
filled
fillcolor
=
grey95
]
WC2_tests_kubu_pass_neo
[
label
=
"WC2 tests on kubu\npass with wc2/neo"
]
WC2_tests_micfix2_pass_neo
[
label
=
"WC2 tests on micfix2\npass with wc2/neo"
]
WWM_tests_kubu_pass
[
label
=
"WWM tests on kubu\npass with wc2/zeo"
]
WWM_tests_neo
[
label
=
"WWM tests: adapt them to run\nwith NEO instead of ZEO"
]
WWM_tests_kubu_neo
[
label
=
"WWM tests on kubu\npass with wc2/neo"
]
WWM_tests_micfix2_neo
[
label
=
"WWM tests on micfix2\npass with wc2/neo"
]
nxd_fuse_ko_draftly
[
label
=
"nxd-fuse.ko\ndraftly (!dkms)"
,
style
=
filled
fillcolor
=
lightyellow
]
nxd_fuse_ko
[
label
=
"nxd-fuse.ko\ndkms package"
,
style
=
filled
fillcolor
=
lightyellow
]
WWM_clone_micfix2
[
label
=<
WWM: organize clone
<br/>
instance on micfix2
<br/><b>
PRODUCTION DATA COPY
</b>
>
]
WWM_micfix2_test
[
label
=
"WWM clone: verify in WC1 mode\n(manual checks + ?load-generator)"
]
WWM_micfix2_wc2_test
[
label
=
"WWM clone: verify in WC2 mode\n(manual checks + long load-generator)"
]
}
wc2/plan.svg
View file @
3abe974b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment