From ef880d743a42e21ca30158b498a12e0a111c2d31 Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Thu, 4 Sep 2025 09:42:56 +0200 Subject: [PATCH 1/2] Try twice more arm64 cores to speed up Konflux builds via `linux-cxlarge/arm64` instance type --- .tekton/collector-component-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index 60db2f6845..9a9e9589f3 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -399,7 +399,7 @@ spec: - name: CACHI2_ARTIFACT value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) - name: PLATFORM - value: linux/arm64 + value: linux-cxlarge/arm64 taskRef: params: - name: name From e99ccb7030144de266533a3bf47b97d397dcb41d Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Thu, 4 Sep 2025 10:56:45 +0200 Subject: [PATCH 2/2] Double the size of arm vm --- .tekton/collector-component-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index 9a9e9589f3..be33765375 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -399,7 +399,7 @@ spec: - name: CACHI2_ARTIFACT value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) - name: PLATFORM - value: linux-cxlarge/arm64 + value: linux-c2xlarge/arm64 taskRef: params: - name: name