Skip to content

Commit

Permalink
chore: increase ecosystem-cert-preflight-checks resources
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored and jdobes committed Sep 30, 2024
1 parent 9e784a7 commit 6e35316
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .tekton/vmaas-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ metadata:
name: vmaas-on-pull-request
namespace: insights-management-tenant
spec:
taskRunSpecs:
- pipelineTaskName: ecosystem-cert-preflight-checks
computeResources:
requests:
memory: 1Gi
limits:
memory: 1Gi
params:
- name: git-url
value: '{{source_url}}'
Expand Down
7 changes: 7 additions & 0 deletions .tekton/vmaas-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ metadata:
name: vmaas-on-push
namespace: insights-management-tenant
spec:
taskRunSpecs:
- pipelineTaskName: ecosystem-cert-preflight-checks
computeResources:
requests:
memory: 1Gi
limits:
memory: 1Gi
params:
- name: git-url
value: '{{source_url}}'
Expand Down

0 comments on commit 6e35316

Please sign in to comment.