From 78a9a3be83347c8cb7f638b66216a10c71e2a06e Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 1 Jul 2024 13:43:26 -0300 Subject: [PATCH] vault backup: 2024-07-01 13:43:26 --- .obsidian/workspace.json | 31 ++++++++++++++----------------- Meetings/DevOps/2024-06-01.md | 20 ++++++++++++++++++++ Meetings/QA/2024-07-01.md | 10 ++++++++++ 3 files changed, 44 insertions(+), 17 deletions(-) create mode 100644 Meetings/DevOps/2024-06-01.md create mode 100644 Meetings/QA/2024-07-01.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ea94e01..710224d 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,18 +11,11 @@ "id": "676a3e53a7c36034", "type": "leaf", "state": { - "type": "kanban", + "type": "markdown", "state": { - "file": "Kanban Pages/Work Kanban.md", - "kanbanViewState": { - "kanban-plugin": "board", - "list-collapse": [ - false, - false, - false, - false - ] - } + "file": "Meetings/DevOps/2024-06-01.md", + "mode": "source", + "source": false } } }, @@ -38,8 +31,7 @@ } } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -105,7 +97,7 @@ "state": { "type": "backlink", "state": { - "file": "Kanban Pages/HelyxVerify.md", + "file": "Meetings/DevOps/2024-06-01.md", "collapseAll": true, "extraContext": false, "sortOrder": "alphabetical", @@ -122,7 +114,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Kanban Pages/HelyxVerify.md", + "file": "Meetings/DevOps/2024-06-01.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -145,7 +137,7 @@ "state": { "type": "outline", "state": { - "file": "Kanban Pages/HelyxVerify.md" + "file": "Meetings/DevOps/2024-06-01.md" } } } @@ -166,9 +158,14 @@ "obsidian-kanban:Create new board": false } }, - "active": "baccd079c408fe2f", + "active": "2f56f8d2c998700c", "lastOpenFiles": [ + "Meetings/QA/2024-07-01.md", + "Meetings/DevOps/2024-06-01.md", + "Meetings/DevOps", "Kanban Pages/Work Kanban.md", + "Meetings/QA", + "Meetings", "Kanban Pages/HelyxVerify.md", "Kanban Pages/V&V.md", "Kanban Pages/QA.md", diff --git a/Meetings/DevOps/2024-06-01.md b/Meetings/DevOps/2024-06-01.md new file mode 100644 index 0000000..ab28ad2 --- /dev/null +++ b/Meetings/DevOps/2024-06-01.md @@ -0,0 +1,20 @@ +- "Build stuff with Chris" + - What about the GPU builds? Are we going to have specialized pipelines for this? +- PR in scale (running pull requests validations) + - We don't need to do this right now + - We can disable branch discovery and leave only on "open PRs" + - Show & Tell about the new branching stuff + - Doing this after 4.2.1 + - Pick a "Guinea pig" to test this with us + - This sprint, focus more on this branch/PR thing + - Bitbucket may not support what we need (due the lack of blocking merges when the build fails) + - If we need harder restrictions, we have other options, like paying Bitbucket more or moving to something else +- Idea is to have larger tests happening 3 week before release, running 24/7 +- HelyxTest needs to go + - We need to help Emanuel remove his cases from helyxTest and have a specialized tool for image comparison +- Case database + - I don't think this is a devops job +- V&V Pipeline + - Work on it, we may need it in the future + - We are going to run larger cases in it too, which would require Slurm +- Run post build tests (validate distribution) \ No newline at end of file diff --git a/Meetings/QA/2024-07-01.md b/Meetings/QA/2024-07-01.md new file mode 100644 index 0000000..0353e99 --- /dev/null +++ b/Meetings/QA/2024-07-01.md @@ -0,0 +1,10 @@ +- Generate images with RTPP + - Need to save those PNGs as artifacts + - Need to find something to compare images + - Artifacts are kept for 2 runs, so maybe we need to find some better place to keep them for a long time +- Run to completion + - Working on it with HelyxVerify + - Use a different repository for those tests + - Export Python scripts to Core scripts: Why? +- Join the Testing Meeting + - Cristian is there, so he can either pull me in the meeting or warn me about it. \ No newline at end of file