From 66a60cd9d9643fd21388c923bb8a840e259d0104 Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Mon, 30 Mar 2026 12:09:47 -0700 Subject: [PATCH 1/3] ROX-33874: Increase Konflux task timeouts --- .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 eb7bcfa2f..ae4297dcc 100644 --- a/.tekton/scanner-build.yaml +++ b/.tekton/scanner-build.yaml @@ -68,11 +68,11 @@ spec: serviceAccountName: build-pipeline-scanner # 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 68362b440..bfe98f081 100644 --- a/.tekton/scanner-db-build.yaml +++ b/.tekton/scanner-db-build.yaml @@ -64,11 +64,11 @@ spec: taskRunTemplate: serviceAccountName: build-pipeline-scanner-db - # 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 b3c6c4928..d6919f17e 100644 --- a/.tekton/scanner-slim-build.yaml +++ b/.tekton/scanner-slim-build.yaml @@ -68,10 +68,11 @@ spec: serviceAccountName: build-pipeline-scanner-slim # 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 From 9604af6ee41fcc8f3112a6224e1f676516461dbe Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Mon, 30 Mar 2026 21:20:57 -0700 Subject: [PATCH 2/3] Update etch-scanner-data bundle ref for testing --- .tekton/scanner-component-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/scanner-component-pipeline.yaml b/.tekton/scanner-component-pipeline.yaml index 2c0e26121..8efcca89e 100644 --- a/.tekton/scanner-component-pipeline.yaml +++ b/.tekton/scanner-component-pipeline.yaml @@ -253,7 +253,7 @@ spec: - name: name value: fetch-scanner-v2-data - name: bundle - value: quay.io/rhacs-eng/konflux-tasks:latest@sha256:4fa48956b283615f094d0186cb9b36bfa63ea4b798d8ce66d5f95102728150db + value: quay.io/rhacs-eng/konflux-tasks:pr-98@sha256:731e64f1054a03a8d79e9382397cd2a41b2f1d47451e395bd110d6e3709e3ba2 - name: kind value: task resolver: bundles From 020777db85f6d359114d9154cbcc1a9e9582660e Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Tue, 31 Mar 2026 10:19:25 -0700 Subject: [PATCH 3/3] Revert "Update etch-scanner-data bundle ref for testing" This reverts commit 9604af6ee41fcc8f3112a6224e1f676516461dbe. --- .tekton/scanner-component-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/scanner-component-pipeline.yaml b/.tekton/scanner-component-pipeline.yaml index 8efcca89e..2c0e26121 100644 --- a/.tekton/scanner-component-pipeline.yaml +++ b/.tekton/scanner-component-pipeline.yaml @@ -253,7 +253,7 @@ spec: - name: name value: fetch-scanner-v2-data - name: bundle - value: quay.io/rhacs-eng/konflux-tasks:pr-98@sha256:731e64f1054a03a8d79e9382397cd2a41b2f1d47451e395bd110d6e3709e3ba2 + value: quay.io/rhacs-eng/konflux-tasks:latest@sha256:4fa48956b283615f094d0186cb9b36bfa63ea4b798d8ce66d5f95102728150db - name: kind value: task resolver: bundles