From ca0ab9086ff2f9797be093eaee05e2a8312f09cb Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Thu, 10 Oct 2024 13:18:40 +0200 Subject: [PATCH] Drop clamav-scan resource requests Let the Konflux team manage these resources as they seem to be on track of doing that https://github.com/konflux-ci/build-definitions/pull/1247 --- .tekton/collector-build.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.tekton/collector-build.yaml b/.tekton/collector-build.yaml index 9b4436bfdc..9c3c0c3f69 100644 --- a/.tekton/collector-build.yaml +++ b/.tekton/collector-build.yaml @@ -75,14 +75,6 @@ spec: cpu: 4 requests: cpu: 4 - - pipelineTaskName: clamav-scan - stepSpecs: - # Provision more CPU to speed up ClamAV scan compared to the defaults. - # https://github.com/redhat-appstudio/build-definitions/blob/main/task/clamav-scan/0.1/clamav-scan.yaml#L48 - - name: extract-and-scan-image - computeResources: - requests: - cpu: 1 timeouts: # The pipeline regularly takes >1h to finish.