Skip to content

Commit

Permalink
fix: gpu label test v0.37.x (#7156)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo authored Oct 3, 2024
1 parent 780ca37 commit 7397a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/suites/integration/scheduling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ var _ = Describe("Scheduling", Ordered, ContinueOnFailure, func() {
env.ExpectCreatedNodeCount("==", 1)
})
It("should support well-known labels for a gpu (nvidia)", func() {
nodeClass.Spec.AMIFamily = lo.ToPtr(v1beta1.AMIFamilyAL2)
nodeSelector := map[string]string{
v1beta1.LabelInstanceGPUName: "t4",
v1beta1.LabelInstanceGPUMemory: "16384",
Expand Down

0 comments on commit 7397a62

Please sign in to comment.