fix(plans): prefix B7 burn-in commands with sudo -u ci-runner
/var/lib/ci/ is owned by ci-runner; running as simone causes PermissionError on artifact dir creation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -456,7 +456,7 @@ baseline Windows (entro ±20%). I due burn-in sono sequenziali
|
||||
`WinBuild2025`:
|
||||
|
||||
```bash
|
||||
pwsh /opt/ci/local-ci-cd-system/scripts/Test-CapacityBurnIn.ps1 \
|
||||
sudo -u ci-runner pwsh /opt/ci/local-ci-cd-system/scripts/Test-CapacityBurnIn.ps1 \
|
||||
-Parallelism 4 -Rounds 10 \
|
||||
-TemplatePath /var/lib/ci/templates/WinBuild2025/WinBuild2025.vmx \
|
||||
-RepoUrl 'http://10.10.20.11:3100/Simone/nsis-plugin-ns7zip.git' \
|
||||
@@ -468,7 +468,7 @@ baseline Windows (entro ±20%). I due burn-in sono sequenziali
|
||||
- [ ] **Avviato in Linux** — burn-in 4 × 10 su `LinuxBuild2404`:
|
||||
|
||||
```bash
|
||||
pwsh /opt/ci/local-ci-cd-system/scripts/Test-CapacityBurnIn.ps1 \
|
||||
sudo -u ci-runner 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' \
|
||||
|
||||
Reference in New Issue
Block a user