From ce84afd901ab54c5833d200352ba45022175559d Mon Sep 17 00:00:00 2001 From: Simone Date: Sat, 23 May 2026 22:37:18 +0200 Subject: [PATCH] fix(plans): correct Test-CapacityBurnIn.ps1 commands in B7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Concurrency → -Parallelism, -Template → -TemplatePath; add mandatory -RepoUrl and Linux-host paths (-CloneBaseDir, -ArtifactBaseDir, -VmrunPath). Add explicit LinuxBuild2404 command with -GuestOS Linux. Co-Authored-By: Claude Sonnet 4.6 --- plans/PhaseB-user-checklist.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/plans/PhaseB-user-checklist.md b/plans/PhaseB-user-checklist.md index ed37043..4ac2c80 100644 --- a/plans/PhaseB-user-checklist.md +++ b/plans/PhaseB-user-checklist.md @@ -457,11 +457,26 @@ baseline Windows (entro ±20%). I due burn-in sono sequenziali ```bash pwsh /opt/ci/local-ci-cd-system/scripts/Test-CapacityBurnIn.ps1 \ - -Concurrency 4 -Rounds 10 -Template /var/lib/ci/templates/WinBuild2025/WinBuild2025.vmx + -Parallelism 4 -Rounds 10 \ + -TemplatePath /var/lib/ci/templates/WinBuild2025/WinBuild2025.vmx \ + -RepoUrl 'http://10.10.20.11:3100/Simone/nsis-plugin-ns7zip.git' \ + -CloneBaseDir /var/lib/ci/build-vms/ \ + -ArtifactBaseDir /var/lib/ci/artifacts/ \ + -VmrunPath /usr/bin/vmrun ``` -- [ ] **Avviato in Linux** — burn-in 4 × 10 su `LinuxBuild2404` - (analogo, VMX Linux). +- [ ] **Avviato in Linux** — burn-in 4 × 10 su `LinuxBuild2404`: + + ```bash + pwsh /opt/ci/local-ci-cd-system/scripts/Test-CapacityBurnIn.ps1 \ + -Parallelism 4 -Rounds 10 \ + -TemplatePath /var/lib/ci/templates/LinuxBuild2404/LinuxBuild2404.vmx \ + -RepoUrl 'http://10.10.20.11:3100/Simone/nsis-plugin-ns7zip.git' \ + -CloneBaseDir /var/lib/ci/build-vms/ \ + -ArtifactBaseDir /var/lib/ci/artifacts/ \ + -VmrunPath /usr/bin/vmrun \ + -GuestOS Linux + ``` - [ ] Misurare: - [ ] Tempo medio per job, confronto con baseline A5 - [ ] Tutti i 80 job (2 × 4 × 10) PASS