We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18af189 + efe61d0 commit cf605b0Copy full SHA for cf605b0
pkg/util/machineset/util_test.go
@@ -88,7 +88,7 @@ func TestSettingAnnotations(t *testing.T) {
88
},
89
{
90
name: "replaces GpuType annotation",
91
- value: "1",
+ value: "nvidia.com/gpu",
92
fn: SetGpuTypeAnnotation,
93
suppliedAnnotations: map[string]string{
94
GpuTypeKey: "",
@@ -99,7 +99,7 @@ func TestSettingAnnotations(t *testing.T) {
99
100
101
name: "adds GpuType annotation",
102
103
104
suppliedAnnotations: map[string]string{},
105
expectedAnnotations: map[string]string{
0 commit comments