enable Konflux cache proxy for builds#3099
enable Konflux cache proxy for builds#3099robnester-rh wants to merge 1 commit intoconforma:mainfrom
Conversation
Review Summary by QodoEnable Konflux cache proxy for Tekton builds
WalkthroughsDescription• Enable cache proxy in Tekton pipeline definitions • Add cache proxy parameter to pull request builds • Add cache proxy parameter to push builds • Improve build performance through dependency caching Diagramflowchart LR
A["Tekton Pipeline Definitions"] -- "add enable-cache-proxy parameter" --> B["Cache Proxy Enabled"]
B -- "improves" --> C["Build Performance"]
C -- "caches" --> D["Dependencies"]
File Changes1. .tekton/cli-main-pull-request.yaml
|
Code Review by Qodo
1. enable-cache-proxy param undeclared
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Enable the cache proxy in the Tekton pipeline definitions to improve build performance by caching dependencies. Ref: EC-1614 Signed-off-by: Rob Nester <rnester@redhat.com>
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Enable the cache proxy in the Tekton pipeline definitions to improve build performance by caching dependencies.
Ref: EC-1614