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
11 changes: 11 additions & 0 deletions .tekton/scanner-db-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ spec:
secret:
secretName: '{{ git_auth_secret }}'

taskRunSpecs:
# The following are overrides to default step resources to prevent occasional or deterministic OOM kills.
- pipelineTaskName: rpms-signature-scan
stepSpecs:
- name: rpms-signature-scan
computeResources:
limits:
memory: 512Mi
requests:
memory: 512Mi

taskRunTemplate:
serviceAccountName: build-pipeline-scanner-db

Expand Down
11 changes: 11 additions & 0 deletions .tekton/scanner-db-slim-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ spec:
secret:
secretName: '{{ git_auth_secret }}'

taskRunSpecs:
# The following are overrides to default step resources to prevent occasional or deterministic OOM kills.
- pipelineTaskName: rpms-signature-scan
stepSpecs:
- name: rpms-signature-scan
computeResources:
limits:
memory: 512Mi
requests:
memory: 512Mi

taskRunTemplate:
serviceAccountName: build-pipeline-scanner-db-slim

Expand Down
Loading