Skip to content

Commit f74d2d6

Browse files
committed
Revert "Reverting change in node_pool test"
This reverts commit e01a62f.
1 parent e01a62f commit f74d2d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/integration/node_pool/controls/kubectl.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@
7878
effect: "PreferNoSchedule",
7979
key: "all-pools-example",
8080
value: "true",
81-
}
81+
},
82+
{
83+
effect: "NoSchedule",
84+
key: "nvidia.com/gpu",
85+
value: "present",
86+
},
8287
])
8388
end
8489
end

0 commit comments

Comments
 (0)