Skip to content

Commit

Permalink
fix: fix gpu label test v0.36.x (#7098)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo authored Sep 27, 2024
1 parent 874c5f4 commit 016febc
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() {
NodePreferences: requirements,
NodeRequirements: requirements,
}})
nodeClass.Spec.AMIFamily = lo.ToPtr(v1beta1.AMIFamilyAL2)
env.ExpectCreated(nodeClass, nodePool, deployment)
env.EventuallyExpectHealthyPodCount(labels.SelectorFromSet(deployment.Spec.Selector.MatchLabels), int(*deployment.Spec.Replicas))
env.ExpectCreatedNodeCount("==", 1)
Expand Down

0 comments on commit 016febc

Please sign in to comment.