diff --git a/.tekton/scanner-build.yaml b/.tekton/scanner-build.yaml index 9a652f3fa..1fe11bab6 100644 --- a/.tekton/scanner-build.yaml +++ b/.tekton/scanner-build.yaml @@ -68,11 +68,11 @@ spec: serviceAccountName: build-pipeline-scanner-4-8 # 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 d046b978e..45d92fa59 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-8 - # 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 53207ed30..6a985c86a 100644 --- a/.tekton/scanner-slim-build.yaml +++ b/.tekton/scanner-slim-build.yaml @@ -68,10 +68,11 @@ spec: serviceAccountName: build-pipeline-scanner-slim-4-8 # 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