From 5dd3275e073ce1018081a41e83274f020502f689 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Tue, 28 Jan 2025 16:57:33 -0500 Subject: [PATCH] Add more memory to check-container step --- .tekton/ansible-chatbot-service-pull-request.yaml | 8 ++++++++ .tekton/ansible-chatbot-service-push.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.tekton/ansible-chatbot-service-pull-request.yaml b/.tekton/ansible-chatbot-service-pull-request.yaml index 6d31cccd..1c62e207 100644 --- a/.tekton/ansible-chatbot-service-pull-request.yaml +++ b/.tekton/ansible-chatbot-service-pull-request.yaml @@ -34,6 +34,14 @@ spec: - name: revision value: "{{revision}}" taskRunSpecs: + - pipelineTaskName: ecosystem-cert-preflight-checks + stepSpecs: + - name: check-container + computeResources: + requests: + memory: 4Gi + limits: + memory: 4Gi - pipelineTaskName: clair-scan computeResources: requests: diff --git a/.tekton/ansible-chatbot-service-push.yaml b/.tekton/ansible-chatbot-service-push.yaml index 4699cf7f..3ec281dd 100644 --- a/.tekton/ansible-chatbot-service-push.yaml +++ b/.tekton/ansible-chatbot-service-push.yaml @@ -29,6 +29,14 @@ spec: - name: revision value: "{{revision}}" taskRunSpecs: + - pipelineTaskName: ecosystem-cert-preflight-checks + stepSpecs: + - name: check-container + computeResources: + requests: + memory: 4Gi + limits: + memory: 4Gi - pipelineTaskName: clair-scan computeResources: requests: