From e1fe5e04eea5d24be6a9f74379096245501450e0 Mon Sep 17 00:00:00 2001 From: Netanel Kadosh Date: Sun, 3 Mar 2024 10:32:38 +0200 Subject: [PATCH] test: add manufacturer label to integration tests --- test/suites/integration/scheduling_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/suites/integration/scheduling_test.go b/test/suites/integration/scheduling_test.go index 3e0cb1ad33fc..d8b4d2cea177 100644 --- a/test/suites/integration/scheduling_test.go +++ b/test/suites/integration/scheduling_test.go @@ -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", }