From 19b0a94d7f2ff6bd407f11a3b6848a6ec806ad11 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Wed, 8 Dec 2021 15:47:04 +0800 Subject: [PATCH] [skip ci] Add CI pod resource request & limit (#12975) Signed-off-by: Jenny Li --- build/ci/jenkins/pod/rte.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/ci/jenkins/pod/rte.yaml b/build/ci/jenkins/pod/rte.yaml index c1fbd13380..4776843ccf 100644 --- a/build/ci/jenkins/pod/rte.yaml +++ b/build/ci/jenkins/pod/rte.yaml @@ -18,6 +18,13 @@ spec: securityContext: privileged: true args: ["cat"] + resources: + limits: + cpu: "6" + memory: 12Gi + requests: + cpu: "2" + memory: 10Gi volumeMounts: - mountPath: /docker-graph name: docker-graph