Skip to content

Commit d6453e5

Browse files
committed
treewide: fix outdated comments
1 parent ab5d03d commit d6453e5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

internal/kuberesource/sets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ func GPU(name string, gpuClass string, gpuQuantity int64) []any {
829829
}),
830830
),
831831
Container().
832-
WithName("gpu-tester-indirect"). // This container indirectly shares the H100 through the NVIDIA_VISIBLE_DEVICES env var.
832+
WithName("gpu-tester-indirect"). // This container indirectly shares the GPU through the NVIDIA_VISIBLE_DEVICES env var.
833833
WithImage("ghcr.io/edgelesssys/contrast/ubuntu:24.04@sha256:0f9e2b7901aa01cf394f9e1af69387e2fd4ee256fd8a95fb9ce3ae87375a31e6").
834834
WithCommand("/bin/sh", "-c", "sleep inf").
835835
WithEnv(

packages/by-name/kata/calculateTdxLaunchDigests/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ let
2020
kernel = "${os-image}/bzImage";
2121
initrd = "${os-image}/initrd";
2222
cmdline = kata.cmdline.make { inherit os-image withDebug; };
23-
# Hardcode this to the B200 for now, since we only have a testing system with this GPU.
24-
# When we get more heterogenous test systems, or when TDX-GPU goes into production use,
25-
# this needs to be made configurable.
23+
# Hardcode this to the B200 for now, since the calculator only
24+
# distinguishes between GPU and non-GPU.
2625
gpuFlag = lib.optionalString withGPU "-g b200";
2726
# The nodeinstaller sets use_legacy_serial=true when withDebug is enabled so
2827
# OVMF's DEBUG_ON_SERIAL_PORT output reaches the host. That drops

0 commit comments

Comments
 (0)