Skip to content

Commit

Permalink
Add Win2025 platform
Browse files Browse the repository at this point in the history
Disable_SNV is required for all Insider Preview release.
Will remove after public release.

Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Apr 17, 2024
1 parent c2d6bdd commit 7de8aff
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/engines/hckinstall/kit.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"extra_software": [ "winfsp" ],
"studio_platform": "Win2022x64"
},
"HLK2025": {
"extra_software": [ "Disable_SNV" ],
"studio_platform": "Win2022x64"
},
"HLK2022_next": {
"extra_software": [ "Disable_SNV", "winfsp" ],
"studio_platform": "Win2022x64"
Expand Down
26 changes: 26 additions & 0 deletions lib/engines/hcktest/platforms/Win2025x64_host_uefi_q35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Win2025x64_host_uefi_q35",
"kit": "HLK2025",
"setupmanager": "qemuhck",
"fw_type": "uefi",
"machine_type": "q35",
"enlightenments_state": true,
"cpu": "host",
"st_image": "HLK2025-uefi.qcow2",
"clients": {
"c1": {
"name": "CL1",
"cpus": "4",
"memory_gb": 8,
"winrm_port": "4002",
"image": "HLK2025-C1-Win2025x64-uefi-q35.qcow2"
},
"c2": {
"name": "CL2",
"cpus": "4",
"memory_gb": 8,
"winrm_port": "4003",
"image": "HLK2025-C2-Win2025x64-uefi-q35.qcow2"
}
}
}

0 comments on commit 7de8aff

Please sign in to comment.