Skip to content

Commit

Permalink
test: add manufacturer label to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelK committed Mar 3, 2024
1 parent 68c281f commit e1fe5e0
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 @@ -90,6 +90,7 @@ var _ = Describe("Scheduling", Ordered, ContinueOnFailure, func() {
v1beta1.LabelInstanceFamily: "c5",
v1beta1.LabelInstanceSize: "large",
v1beta1.LabelInstanceCPU: "2",
v1beta1.LabelInstanceCPUManufacturer: "intel",
v1beta1.LabelInstanceMemory: "4096",
v1beta1.LabelInstanceNetworkBandwidth: "750",
}
Expand Down

0 comments on commit e1fe5e0

Please sign in to comment.