-
Notifications
You must be signed in to change notification settings - Fork 178
ci: add kas config for performance optimized build #1419
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: master
Are you sure you want to change the base?
Conversation
Add `performance.yml` kas configuration to enable builds with additional performance optimizations. This configuration can be appended to other kas configs to apply the desired optimizations. Currently, this config sets `quiet` in the kernel command line to improve boot time. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Test run workflowTest jobs for commit 34d6321
|
Test run workflowTest jobs for commit 569d8b1
|
Test Results 19 files + 5 59 suites +45 1h 34m 26s ⏱️ + 34m 11s For more details on these failures, see this check. Results for commit 569d8b1. ± Comparison against base commit 3cfd302. |
lumag
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why can't we set it by default?
|
What else are we expecting for performance optimized builds besides a custom cmdline argument? |
Add
performance.ymlkas configuration to enable builds with additionalperformance optimizations. This configuration can be appended to other
kas configs to apply the desired optimizations.
Currently, this config sets
quietin the kernel command line to improve boot time.