chore(gitignore): ignore tmp and stop tracking cmc upgrade test result artifact

This commit is contained in:
2026-05-12 14:23:18 -04:00
parent cc41d26e9f
commit 5e4275dd73
2 changed files with 1 additions and 49 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@ log/
.env.credentials.local
.vscode/
atvm/tmp/
tmp/
galaxy-complete/
screenshots/

View File

@@ -1,49 +0,0 @@
# CMC Upgrade Kernel Test Results
Use this single file for all hosts. Append a new section for each completed host test run.
## Entry Template
### Host Test - `<source-vm>` - `<YYYY-MM-DD HH:MM UTC>`
#### Host Metadata
- Test date/time (UTC):
- Operator:
- Source VM:
- Cloned VM name:
- Clone origin (vCenter path/folder/cluster):
- Final DHCP IP of clone:
#### Kernel / OS Tracking
- Start OS version:
- Start kernel version:
- Kernel list before first upgrade:
- Kernel selected for step-up upgrade:
- Kernel after step-up reboot:
- Kernel list before latest upgrade:
- Kernel selected for latest upgrade:
- Kernel after latest reboot:
#### Execution Summary (Short Bullets)
- Clone created / FC PCI detached: `PASS|FAIL` - notes
- Hostname/IP DHCP conversion: `PASS|FAIL` - notes
- CMC reinstall #1: `PASS|FAIL` - notes
- Local migration #1 (10GB -> 11GB) initial sync: `PASS|FAIL` - notes
- Step-up kernel upgrade: `PASS|FAIL` - notes
- Online in skidamarink after step-up: `PASS|FAIL` - notes
- MTDI/Galaxy Migrate service+driver health after step-up: `PASS|FAIL` - notes
- Write data + tracking status: `PASS|FAIL` - notes
- CMC uninstall: `PASS|FAIL` - notes
- Latest kernel upgrade: `PASS|FAIL` - notes
- CMC reinstall #2: `PASS|FAIL` - notes
- Local migration #2 (10GB -> 11GB) initial sync: `PASS|FAIL` - notes
- Online in skidamarink after latest upgrade: `PASS|FAIL` - notes
- MTDI/Galaxy Migrate service+driver health after latest upgrade: `PASS|FAIL` - notes
- Clone power off and deletion: `PASS|FAIL` - notes
#### Final Outcome
- Overall result: `PASS|FAIL|PARTIAL`
- Blocking issue summary:
- Follow-up actions:
---