Browse Source

vault backup: 2024-08-21 10:16:34

master
Julio Biason 4 weeks ago
parent
commit
427f9ac13f
  1. 25
      .obsidian/workspace.json
  2. 35
      Kanban Pages/HelyxVerify.md
  3. 36
      Kanban Pages/Work Kanban.md

25
.obsidian/workspace.json

@ -11,11 +11,20 @@
"id": "9a8e380f4bb12965", "id": "9a8e380f4bb12965",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "kanban",
"state": { "state": {
"file": "Kanban Pages/HelyxVerify.md", "file": "Kanban Pages/Work Kanban.md",
"mode": "source", "kanbanViewState": {
"source": false "kanban-plugin": "board",
"list-collapse": [
false,
false,
false,
false,
true,
true
]
}
} }
} }
} }
@ -85,7 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Kanban Pages/HelyxVerify.md", "file": "Kanban Pages/Work Kanban.md",
"collapseAll": true, "collapseAll": true,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +111,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Kanban Pages/HelyxVerify.md", "file": "Kanban Pages/Work Kanban.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -125,7 +134,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Kanban Pages/HelyxVerify.md" "file": "Kanban Pages/Work Kanban.md"
} }
} }
} }
@ -149,6 +158,7 @@
}, },
"active": "9a8e380f4bb12965", "active": "9a8e380f4bb12965",
"lastOpenFiles": [ "lastOpenFiles": [
"Kanban Pages/HelyxVerify.md",
"Kanban Pages/Work Kanban.md", "Kanban Pages/Work Kanban.md",
"On Absolute And Relative.md", "On Absolute And Relative.md",
"BuildingTesting Pipeline.md", "BuildingTesting Pipeline.md",
@ -157,7 +167,6 @@
"Untitled.canvas", "Untitled.canvas",
"Calendar/2024-07-29 DevOps Meeting.md", "Calendar/2024-07-29 DevOps Meeting.md",
"2024-07-29.md", "2024-07-29.md",
"Kanban Pages/HelyxVerify.md",
"Calendar/2024-07-26 GUI testing.md", "Calendar/2024-07-26 GUI testing.md",
"Calendar/2024-07-18 Processes.md", "Calendar/2024-07-18 Processes.md",
"Calendar/2024-07-19 Core Foundation - Testing.md", "Calendar/2024-07-19 Core Foundation - Testing.md",

35
Kanban Pages/HelyxVerify.md

@ -95,27 +95,25 @@ runs
} }
// Commands that are run to prepare to run the example // Commands that are run to prepare to run the example
pre ( commands (
"blockMesh"
"decomposeParDict" "decomposeParDict"
); "helyxSolve -force"
)
// Solver. If not specified, will be picked from
// caseSetupDict/controlDict
solver "helyxSolve";
// Post executions: This is actually the old "comparer", but now using // Post executions: This is actually the old "comparer", but now using
// something different // something different
post { post (
( (
compare "postProcessing/10/foo" "reference/10/foo"; comparer tsv;
validate "phi"; files "postProcessing/10/foo" "reference/10/foo";
variables "phi";
) )
( (
md5 "postProcessing/" comparer md5;
file "postProcessing/"
) )
} )
// Execution: defines executions. Requires another run name and its // Execution: defines executions. Requires another run name and its
// expected result. "quick fails" means "execute this run if 'quick' // expected result. "quick fails" means "execute this run if 'quick'
@ -124,19 +122,8 @@ runs
// Without this entry, the run becomes a top-level and it is always // Without this entry, the run becomes a top-level and it is always
// run. // run.
execute quick fails; execute quick fails;
// execute
// --- OR ---
on_fail (
run {
// run info
}
)
on_success (
run_name {
// run info
}
)
// *********************************************** // ***********************************************
// END OF FUTURE IDEAS // END OF FUTURE IDEAS
// *********************************************** // ***********************************************

36
Kanban Pages/Work Kanban.md

@ -8,9 +8,6 @@ kanban-plugin: board
- [ ] Kill old ThirdParty-X.X.Xs - [ ] Kill old ThirdParty-X.X.Xs
https://engys.atlassian.net/browse/DO-1216 https://engys.atlassian.net/browse/DO-1216
- [ ] Documentation on v0.20
[[HelyxVerify#0.20 Documentation]]
#helyxVerify
- [ ] Document QA development status - [ ] Document QA development status
#docs #docs
- [ ] Doxygen -> Confluence ^y6ec6w - [ ] Doxygen -> Confluence ^y6ec6w
@ -25,23 +22,12 @@ kanban-plugin: board
#docs#kb #docs#kb
- [ ] (Study) How to create a Slurm cluster from scratch? - [ ] (Study) How to create a Slurm cluster from scratch?
- [ ] (Study) How SCL works (Redhat Centos) - [ ] (Study) How SCL works (Redhat Centos)
- [ ] Verify Yaml should name the blocks, so we can easily report it back without having to change every time a new section appears
#helyxVerify
- [ ] Expand both runs at the start, so the .run-Xsteps are fixed, always
#helyxVerify
- [ ] Timing flag (save a file with start time, end time, and elapsed time for each command) - [ ] Timing flag (save a file with start time, end time, and elapsed time for each command)
#helyxVerify #helyxVerify
## Working ## Working
- [ ] verificationDict
[[HelyxVerify#system/validationDict]]
#helyxVerify
- [ ] Allow helyxVerify cases not to be reduced
https://engys.atlassian.net/browse/DO-1198
[[HelyxVerify#Not reducing]]
#helyxVerify
## Blocked ## Blocked
@ -52,14 +38,28 @@ kanban-plugin: board
- [ ] Native Windows Build, looking at Caelus-CML - [ ] Native Windows Build, looking at Caelus-CML
(DO-1182) (DO-1182)
[[Windows Native Compilation]] [[Windows Native Compilation]]
- [ ] Create V&V pipeline
[[V&V]]
> AndrewC is also working on this already
#jenkins#vv
## DevOps Dec24 - B1 ## DevOps Dec24 - B1
- [ ] verificationDict
[[HelyxVerify#system/validationDict]]
#helyxVerify
- [ ] Documentation on v0.20
[[HelyxVerify#0.20 Documentation]]
#helyxVerify
- [ ] Expand both runs at the start, so the .run-Xsteps are fixed, always
#helyxVerify
- [ ] Allow helyxVerify cases not to be reduced
https://engys.atlassian.net/browse/DO-1198
[[HelyxVerify#Not reducing]]
#helyxVerify
- [ ] Verify Yaml should name the blocks, so we can easily report it back without having to change every time a new section appears
#helyxVerify
- [ ] Create V&V pipeline
[[V&V]]
> AndrewC is also working on this already
#jenkins#vv
## DevOps Dec24 - A6 ## DevOps Dec24 - A6

Loading…
Cancel
Save