diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml index 74258396178e4..ae6b11b053fe0 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml @@ -78,6 +78,12 @@ resources: requests: cpu: 100m memory: 200Mi + unit: + limits: + memory: 4Gi + requests: + cpu: 4000m + memory: 2.5Gi test_binary_build_commands: make build e2e tests: - as: verify diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.12.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.12.yaml index 32f9e427a0d3e..850269d91aa1a 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.12.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.12.yaml @@ -79,6 +79,12 @@ resources: requests: cpu: 100m memory: 200Mi + unit: + limits: + memory: 4Gi + requests: + cpu: 4000m + memory: 2.5Gi test_binary_build_commands: make build e2e tests: - as: verify