From 427f9ac13f63ad03c7a112b717834c44b7950579 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 21 Aug 2024 10:16:34 -0300 Subject: [PATCH] vault backup: 2024-08-21 10:16:34 --- .obsidian/workspace.json | 25 +++++++++++++++++-------- Kanban Pages/HelyxVerify.md | 37 ++++++++++++------------------------- Kanban Pages/Work Kanban.md | 36 ++++++++++++++++++------------------ 3 files changed, 47 insertions(+), 51 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c5529ec..948cbb5 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,11 +11,20 @@ "id": "9a8e380f4bb12965", "type": "leaf", "state": { - "type": "markdown", + "type": "kanban", "state": { - "file": "Kanban Pages/HelyxVerify.md", - "mode": "source", - "source": false + "file": "Kanban Pages/Work Kanban.md", + "kanbanViewState": { + "kanban-plugin": "board", + "list-collapse": [ + false, + false, + false, + false, + true, + true + ] + } } } } @@ -85,7 +94,7 @@ "state": { "type": "backlink", "state": { - "file": "Kanban Pages/HelyxVerify.md", + "file": "Kanban Pages/Work Kanban.md", "collapseAll": true, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +111,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Kanban Pages/HelyxVerify.md", + "file": "Kanban Pages/Work Kanban.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +134,7 @@ "state": { "type": "outline", "state": { - "file": "Kanban Pages/HelyxVerify.md" + "file": "Kanban Pages/Work Kanban.md" } } } @@ -149,6 +158,7 @@ }, "active": "9a8e380f4bb12965", "lastOpenFiles": [ + "Kanban Pages/HelyxVerify.md", "Kanban Pages/Work Kanban.md", "On Absolute And Relative.md", "BuildingTesting Pipeline.md", @@ -157,7 +167,6 @@ "Untitled.canvas", "Calendar/2024-07-29 DevOps Meeting.md", "2024-07-29.md", - "Kanban Pages/HelyxVerify.md", "Calendar/2024-07-26 GUI testing.md", "Calendar/2024-07-18 Processes.md", "Calendar/2024-07-19 Core Foundation - Testing.md", diff --git a/Kanban Pages/HelyxVerify.md b/Kanban Pages/HelyxVerify.md index 3663996..c94db8b 100644 --- a/Kanban Pages/HelyxVerify.md +++ b/Kanban Pages/HelyxVerify.md @@ -95,27 +95,25 @@ runs } // Commands that are run to prepare to run the example - pre ( - "blockMesh" + commands ( "decomposeParDict" - ); - - // Solver. If not specified, will be picked from - // caseSetupDict/controlDict - solver "helyxSolve"; + "helyxSolve -force" + ) // Post executions: This is actually the old "comparer", but now using // something different - post { + post ( ( - compare "postProcessing/10/foo" "reference/10/foo"; - validate "phi"; + comparer tsv; + files "postProcessing/10/foo" "reference/10/foo"; + variables "phi"; ) ( - md5 "postProcessing/" + comparer md5; + file "postProcessing/" ) - } + ) // Execution: defines executions. Requires another run name and its // 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 // run. execute quick fails; - - // --- OR --- - on_fail ( - run { - // run info - } - ) - - on_success ( - run_name { - // run info - } - ) + // execute + // *********************************************** // END OF FUTURE IDEAS // *********************************************** diff --git a/Kanban Pages/Work Kanban.md b/Kanban Pages/Work Kanban.md index b76f4cb..8559a86 100644 --- a/Kanban Pages/Work Kanban.md +++ b/Kanban Pages/Work Kanban.md @@ -8,9 +8,6 @@ kanban-plugin: board - [ ] Kill old ThirdParty-X.X.Xs https://engys.atlassian.net/browse/DO-1216 -- [ ] Documentation on v0.20 - [[HelyxVerify#0.20 Documentation]] - #helyxVerify - [ ] Document QA development status #docs - [ ] Doxygen -> Confluence ^y6ec6w @@ -25,23 +22,12 @@ kanban-plugin: board #docs#kb - [ ] (Study) How to create a Slurm cluster from scratch? - [ ] (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) #helyxVerify ## 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 @@ -52,14 +38,28 @@ kanban-plugin: board - [ ] Native Windows Build, looking at Caelus-CML (DO-1182) [[Windows Native Compilation]] -- [ ] Create V&V pipeline - [[V&V]] - > AndrewC is also working on this already - #jenkins#vv ## 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