-
Notifications
You must be signed in to change notification settings - Fork 47
enable Konflux cache proxy for builds #3099
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
base: main
Are you sure you want to change the base?
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