Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "enable OSP pruner again for resolver memory issues and result… #4175

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
path: /spec/pipeline/options/deployments/tekton-operator-proxy-webhook/spec/replicas
# default pipeline-service setting is 1
value: 2
- op: replace
path: /spec/pruner
value:
keep: 10
keep-since: 60
resources:
- pipelinerun
schedule: "*/15 * * * *"
- op: add
path: /spec/pipeline/options/deployments/tekton-pipelines-remote-resolvers/spec
# replicas - default pipeline-service setting is 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2162,11 +2162,7 @@ spec:
namespace }}/pipelinerun/{{ pr }}/logs/{{ task }}
profile: all
pruner:
keep: 10
keep-since: 60
resources:
- pipelinerun
schedule: '*/15 * * * *'
disabled: true
targetNamespace: openshift-pipelines
trigger:
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2162,11 +2162,7 @@ spec:
namespace }}/pipelinerun/{{ pr }}/logs/{{ task }}
profile: all
pruner:
keep: 10
keep-since: 60
resources:
- pipelinerun
schedule: '*/15 * * * *'
disabled: true
targetNamespace: openshift-pipelines
trigger:
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2162,11 +2162,7 @@ spec:
namespace }}/pipelinerun/{{ pr }}/logs/{{ task }}
profile: all
pruner:
keep: 10
keep-since: 60
resources:
- pipelinerun
schedule: '*/15 * * * *'
disabled: true
targetNamespace: openshift-pipelines
trigger:
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2162,11 +2162,7 @@ spec:
namespace }}/pipelinerun/{{ pr }}/logs/{{ task }}
profile: all
pruner:
keep: 10
keep-since: 60
resources:
- pipelinerun
schedule: '*/15 * * * *'
disabled: true
targetNamespace: openshift-pipelines
trigger:
options:
Expand Down
Loading