From b2c3f8ad10da74fb58fcac36715394fc088eb6fc Mon Sep 17 00:00:00 2001 From: Siva Date: Thu, 5 Nov 2020 12:34:02 -0600 Subject: [PATCH] increase memory limit for e2e serial job --- .../openshift-cluster-kube-scheduler-operator-master.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci-operator/config/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master.yaml b/ci-operator/config/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master.yaml index 67fdba0316128..797be4f1353d6 100644 --- a/ci-operator/config/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master.yaml @@ -73,6 +73,12 @@ tests: container: from: src - as: e2e-aws-serial + resources: + requests: + cpu: "3" + memory: 600Mi + limits: + memory: 8Gi steps: cluster_profile: aws workflow: openshift-e2e-aws-serial