From 37eb1bbe7b2f6347110968014facedb19286cda3 Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Tue, 31 Mar 2026 12:12:11 -0700 Subject: [PATCH] ROX-33874: Increase Konflux task timeouts (#3015) --- .tekton/scanner-build.yaml | 6 +++--- .tekton/scanner-db-build.yaml | 6 +++--- .tekton/scanner-slim-build.yaml | 5 +++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.tekton/scanner-build.yaml b/.tekton/scanner-build.yaml index ede956728..84356b3c5 100644 --- a/.tekton/scanner-build.yaml +++ b/.tekton/scanner-build.yaml @@ -68,11 +68,11 @@ spec: serviceAccountName: build-pipeline-scanner-4-9 # Multiarch builds sometimes make the pipeline timeout after 1h. - # Tagged builds wait for blobs to be published which takes about 1h. + # Tagged builds wait for blobs to be published, which takes about 1h30m. timeouts: - tasks: 3h0m + tasks: 3h30m finally: 10m - pipeline: 3h10m + pipeline: 3h40m pipelineRef: name: scanner-component-pipeline diff --git a/.tekton/scanner-db-build.yaml b/.tekton/scanner-db-build.yaml index 2c026781e..69fd49e7e 100644 --- a/.tekton/scanner-db-build.yaml +++ b/.tekton/scanner-db-build.yaml @@ -64,11 +64,11 @@ spec: taskRunTemplate: serviceAccountName: build-pipeline-scanner-db-4-9 - # Tagged builds wait for blobs to be published which takes about 1h. + # Tagged builds wait for blobs to be published, which takes about 1h30m. timeouts: - tasks: 2h30m + tasks: 3h0m finally: 10m - pipeline: 2h40m + pipeline: 3h10m pipelineRef: diff --git a/.tekton/scanner-slim-build.yaml b/.tekton/scanner-slim-build.yaml index 4e4083a00..ef2ef94f7 100644 --- a/.tekton/scanner-slim-build.yaml +++ b/.tekton/scanner-slim-build.yaml @@ -68,10 +68,11 @@ spec: serviceAccountName: build-pipeline-scanner-slim-4-9 # Multiarch builds sometimes make the pipeline timeout after 1h. + # Tagged builds wait for blobs to be published, which takes about 1h30m. timeouts: - tasks: 1h30m + tasks: 3h30m finally: 10m - pipeline: 1h40m + pipeline: 3h40m pipelineRef: name: scanner-component-pipeline