Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'httpclient'
gem 'mono_logger'
gem 'octokit'
gem 'openssl', require: false
gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', ref: 'v0.6.1'
gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', ref: 'VIRTWINKVM-1865'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For reproducible builds, it's better to pin a dependency to a specific commit hash rather than a branch name. Branch refs can be updated, leading to different versions of the gem being installed over time. Please use the full commit hash from Gemfile.lock to ensure that builds are consistent.

gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', ref: 'f59ae987141d8d7192ede862802dbf3d9d0d9105'

gem 'rubyzip'
gem 'sentry-ruby'
gem 'sorbet-runtime'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/HCK-CI/rtoolsHCK.git
revision: c59b7e6f7366d630313111fd0ad380a235b8b2ef
ref: v0.6.1
revision: f59ae987141d8d7192ede862802dbf3d9d0d9105
ref: VIRTWINKVM-1865
specs:
rtoolsHCK (0.6.1)
bundler
Expand Down Expand Up @@ -132,7 +132,7 @@ GEM
sorbet-runtime (>= 0.5.9204)
rbs (3.9.2)
logger
rdoc (6.15.1)
rdoc (6.17.0)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -189,7 +189,7 @@ GEM
rbi (>= 0.2.3)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stringio (3.1.8)
stringio (3.1.9)
tapioca (0.16.11)
benchmark
bundler (>= 2.2.25)
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win10_2004x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 4,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The json update doesn't match the commit message. Maybe should be separate commit

"image": "HLK2004-C1-Win10_2004x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 4,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2004-C2-Win10_2004x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win10_2004x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 4,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2004-C1-Win10_2004x86.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 4,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2004-C2-Win10_2004x86.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win10_22H2x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 4,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2004-C1-Win10_22H2x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 4,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2004-C2-Win10_22H2x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win11_22H2x64_host_viommu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK11_22H2-C1-Win11_22H2x64-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK11_22H2-C2-Win11_22H2x64-viommu.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win11_23H2x64_host_viommu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK11_23H2-C1-Win11_23H2x64-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK11_23H2-C2-Win11_23H2x64-viommu.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win11_24H2x64_host.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK11_24H2-C1-Win11_24H2x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK11_24H2-C2-Win11_24H2x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win11_24H2x64_host_viommu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK11_24H2-C1-Win11_24H2x64-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK11_24H2-C2-Win11_24H2x64-viommu.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win11_25H2x64_host.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK11_25H2-C1-Win11_25H2x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK11_25H2-C2-Win11_25H2x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win11_25H2x64_host_viommu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK11_25H2-C1-Win11_25H2x64-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK11_25H2-C2-Win11_25H2x64-viommu.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win11nextx64_host_viommu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK11_next-C1-Win11nextx64-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK11_next-C2-Win11nextx64-viommu.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2016x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 2,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK1607-C1-Win2016x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 2,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK1607-C2-Win2016x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2016x64_bios.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 2,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK1607-C1-Win2016x64-bios.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 2,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK1607-C2-Win2016x64-bios.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2019x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK1809-C1-Win2019x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK1809-C2-Win2019x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2019x64_bios.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK1809-C1-Win2019x64-bios.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK1809-C2-Win2019x64-bios.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2022nextx64_host_viommu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2022_next-C1-Win2022nextx64-host-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2022_next-C2-Win2022nextx64-host-viommu.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2022x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2022-C1-Win2022x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2022-C2-Win2022x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2022x64_bios.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2022-C1-Win2022x64-bios.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2022-C2-Win2022x64-bios.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2022x64_gui.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2022-C1-Win2022x64-gui.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2022-C2-Win2022x64-gui.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2022x64_host_viommu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2022-C1-Win2022x64-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2022-C2-Win2022x64-viommu.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2025x64_host.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2025-C1-Win2025x64.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2025-C2-Win2025x64.qcow2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions lib/engines/hcktest/platforms/Win2025x64_host_gui.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"name": "CL1",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4002,
"winrm_addr": "192.168.100.2",
"image": "HLK2025-C1-Win2025x64-gui.qcow2"
},
"c2": {
"name": "CL2",
"cpus": 4,
"memory_gb": 8,
"winrm_port": 4003,
"winrm_addr": "192.168.100.3",
"image": "HLK2025-C2-Win2025x64-gui.qcow2"
}
}
Expand Down
Loading