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