Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .tekton/scanner-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .tekton/scanner-db-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .tekton/scanner-slim-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading