Add kas config for qcom-console-image#2759
Open
Viswanath Kraleti (vkraleti) wants to merge 1 commit into
Open
Conversation
qcom-console-image is a lightweight image that exercises the base system without the multimedia stack. Without a dedicated KAS fragment, there is no standardized way for developers and CI systems to build and validate this image independently from the heavier qcom-distro targets. Add a qcom-distro-console-image KAS fragment that inherits the full qcom-distro layer setup but limits the build target to qcom-console-image only, enabling focused CI coverage for the minimal console use case. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Test Results 73 files + 52 369 suites +348 10h 44m 28s ⏱️ + 9h 49m 1s For more details on these failures, see this check. Results for commit 5ff8402. ± Comparison against base commit 2be91de. This pull request removes 2 and adds 149 tests. Note that renamed tests count towards both. |
Dmitry Baryshkov (lumag)
requested changes
Jul 20, 2026
Dmitry Baryshkov (lumag)
left a comment
Contributor
There was a problem hiding this comment.
Just include it into the normal qcom-distro.yaml
Contributor
|
Users can easily just build this target with kas build ... --target qcom-console-image, I don't think we need a dedicated fragment for this necessarily. If we want to produce these images in our CI, best would indeed be to extend qcom-distro to also build this image, along with others. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
qcom-console-image is a lightweight image that exercises the base system without the multimedia stack. Without a dedicated KAS fragment, there is no standardized way for developers and CI systems to build and validate this image independently from the heavier qcom-distro targets.
Add a qcom-distro-console-image KAS fragment that inherits the full qcom-distro layer setup but limits the build target to qcom-console-image only, enabling focused CI coverage for the minimal console use case.